Unexpected termination of a job

2010-03-03 Thread Rakhi Khatwani
Hi, I am running a job which has lotta preprocessing involved. so whn i run my class from a jarfile, somehow it terminates after sometime without giving any exception, i have tried running the same program several times, and everytime it terminates at different locations in the code(during

Re: Unexpected termination of a job

2010-03-03 Thread Aaron Kimball
If it's terminating before you even run a job, then you're in luck -- it's all still running on the local machine. Try running it in Eclipse and use the debugger to trace its execution. - Aaron On Wed, Mar 3, 2010 at 4:13 AM, Rakhi Khatwani wrote: > Hi, >I am running a job which has lot

Re: Unexpected termination of a job

2010-03-03 Thread Rakhi Khatwani
Hi, I tried running it on eclipse, the job starts... but somehow it terminates throwing an exception, Job Failed. thats why i wanted to run on jobtracker to check the logs but the execution terminates even before the job starts(during the preprocessing). How do i ensure that the job runs in

Re: Unexpected termination of a job

2010-03-04 Thread Arvind Sharma
Have you tried after increasing HEAP memory to your process ? Arvind From: Rakhi Khatwani To: common-user@hadoop.apache.org Sent: Wed, March 3, 2010 10:38:43 PM Subject: Re: Unexpected termination of a job Hi, I tried running it on eclipse, the job