|
|
-
Job failes during injection or generation
Sourabh Kasliwal 2010-11-29, 17:52
Hi, I am trying to run multiple nutch instances in parallel. But some times during the execution one of the job fails during injection with the exception:-
java.io.IOException: Job failed! at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) at org.apache.nutch.crawl.Injector.inject(Injector.java:211)
Or at java.io.IOException: Job failed! at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) at org.apache.nutch.crawl.Generator.generate(Generator.java:523) at org.apache.nutch.crawl.Generator.generate(Generator.java:430)
Can somebody give some light on this that what can be the reason of job failing due to IOException regards Sourabh
-
Re: Job failes during injection or generation
Alex McLintock 2010-11-29, 18:11
Does it not say elsewhere in the stack trace? Can you show us more of the logs?
On 29 November 2010 17:52, Sourabh Kasliwal <[EMAIL PROTECTED]> wrote:
> Hi, > I am trying to run multiple nutch instances in parallel. But some times > during the execution one of the job fails during injection with the > exception:- > > java.io.IOException: Job failed! > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) > at org.apache.nutch.crawl.Injector.inject(Injector.java:211) > > Or at > java.io.IOException: Job failed! > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) > at org.apache.nutch.crawl.Generator.generate(Generator.java:523) > at org.apache.nutch.crawl.Generator.generate(Generator.java:430) > > Can somebody give some light on this that what can be the reason of job > failing due to IOException > regards > Sourabh >
-
Re: Job failes during injection or generation
Sourabh Kasliwal 2010-11-30, 05:47
Thanks for replying.. The stack trace that I have sent is at the lowest level... There is no other location that stack trace points to.... regards Sourabh
On Mon, Nov 29, 2010 at 11:41 PM, Alex McLintock <[EMAIL PROTECTED]>wrote:
> Does it not say elsewhere in the stack trace? Can you show us more of the > logs? > > On 29 November 2010 17:52, Sourabh Kasliwal <[EMAIL PROTECTED]> > wrote: > > > Hi, > > I am trying to run multiple nutch instances in parallel. But some times > > during the execution one of the job fails during injection with the > > exception:- > > > > java.io.IOException: Job failed! > > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) > > at org.apache.nutch.crawl.Injector.inject(Injector.java:211) > > > > Or at > > java.io.IOException: Job failed! > > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) > > at org.apache.nutch.crawl.Generator.generate(Generator.java:523) > > at org.apache.nutch.crawl.Generator.generate(Generator.java:430) > > > > Can somebody give some light on this that what can be the reason of job > > failing due to IOException > > regards > > Sourabh > > >
-
Re: Job failes during injection or generation
jitendra rajput 2010-11-30, 19:10
I also faced same problem when trying to run crawl jobs in parallel locally. Even stack trace was also same.
@Sourabh, Did you find out any reason/solution for this ?
Thanks Jitendra
On Tue, Nov 30, 2010 at 11:17 AM, Sourabh Kasliwal <[EMAIL PROTECTED]>wrote:
> Thanks for replying.. > The stack trace that I have sent is at the lowest level... > There is no other location that stack trace points to.... > regards > Sourabh > > On Mon, Nov 29, 2010 at 11:41 PM, Alex McLintock > <[EMAIL PROTECTED]>wrote: > > > Does it not say elsewhere in the stack trace? Can you show us more of the > > logs? > > > > On 29 November 2010 17:52, Sourabh Kasliwal <[EMAIL PROTECTED]> > > wrote: > > > > > Hi, > > > I am trying to run multiple nutch instances in parallel. But some times > > > during the execution one of the job fails during injection with the > > > exception:- > > > > > > java.io.IOException: Job failed! > > > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) > > > at org.apache.nutch.crawl.Injector.inject(Injector.java:211) > > > > > > Or at > > > java.io.IOException: Job failed! > > > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) > > > at org.apache.nutch.crawl.Generator.generate(Generator.java:523) > > > at org.apache.nutch.crawl.Generator.generate(Generator.java:430) > > > > > > Can somebody give some light on this that what can be the reason of job > > > failing due to IOException > > > regards > > > Sourabh > > > > > >
-- Thanks and regards
Jitendra Singh
-
Re: Job failes during injection or generation
Sourabh Kasliwal 2010-12-01, 08:02
No... did not find any solution or reason... regards Sourabh
On Wed, Dec 1, 2010 at 12:40 AM, jitendra rajput <[EMAIL PROTECTED]>wrote:
> I also faced same problem when trying to run crawl jobs in parallel > locally. > Even stack trace was also same. > > @Sourabh, Did you find out any reason/solution for this ? > > Thanks > Jitendra > > On Tue, Nov 30, 2010 at 11:17 AM, Sourabh Kasliwal > <[EMAIL PROTECTED]>wrote: > > > Thanks for replying.. > > The stack trace that I have sent is at the lowest level... > > There is no other location that stack trace points to.... > > regards > > Sourabh > > > > On Mon, Nov 29, 2010 at 11:41 PM, Alex McLintock > > <[EMAIL PROTECTED]>wrote: > > > > > Does it not say elsewhere in the stack trace? Can you show us more of > the > > > logs? > > > > > > On 29 November 2010 17:52, Sourabh Kasliwal <[EMAIL PROTECTED]> > > > wrote: > > > > > > > Hi, > > > > I am trying to run multiple nutch instances in parallel. But some > times > > > > during the execution one of the job fails during injection with the > > > > exception:- > > > > > > > > java.io.IOException: Job failed! > > > > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) > > > > at org.apache.nutch.crawl.Injector.inject(Injector.java:211) > > > > > > > > Or at > > > > java.io.IOException: Job failed! > > > > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) > > > > at org.apache.nutch.crawl.Generator.generate(Generator.java:523) > > > > at org.apache.nutch.crawl.Generator.generate(Generator.java:430) > > > > > > > > Can somebody give some light on this that what can be the reason of > job > > > > failing due to IOException > > > > regards > > > > Sourabh > > > > > > > > > > > > > -- > Thanks and regards > > Jitendra Singh >
-
Re: Job failes during injection or generation
Sourabh Kasliwal 2010-12-01, 09:46
@Jitendra: An off topic question, while running parallel jobs, after some time performance degrades a lot. It takes much more time to do any of the nutch jobs. Looking at vmstat, it seems that the program starts thrashing(most of the time is spent in swapping memory blocks). Did you face any thing similar ?? regards Sourabh
On Wed, Dec 1, 2010 at 1:32 PM, Sourabh Kasliwal <[EMAIL PROTECTED]>wrote:
> No... did not find any solution or reason... > regards > Sourabh > > > On Wed, Dec 1, 2010 at 12:40 AM, jitendra rajput <[EMAIL PROTECTED]>wrote: > >> I also faced same problem when trying to run crawl jobs in parallel >> locally. >> Even stack trace was also same. >> >> @Sourabh, Did you find out any reason/solution for this ? >> >> Thanks >> Jitendra >> >> On Tue, Nov 30, 2010 at 11:17 AM, Sourabh Kasliwal >> <[EMAIL PROTECTED]>wrote: >> >> > Thanks for replying.. >> > The stack trace that I have sent is at the lowest level... >> > There is no other location that stack trace points to.... >> > regards >> > Sourabh >> > >> > On Mon, Nov 29, 2010 at 11:41 PM, Alex McLintock >> > <[EMAIL PROTECTED]>wrote: >> > >> > > Does it not say elsewhere in the stack trace? Can you show us more of >> the >> > > logs? >> > > >> > > On 29 November 2010 17:52, Sourabh Kasliwal <[EMAIL PROTECTED]> >> > > wrote: >> > > >> > > > Hi, >> > > > I am trying to run multiple nutch instances in parallel. But some >> times >> > > > during the execution one of the job fails during injection with the >> > > > exception:- >> > > > >> > > > java.io.IOException: Job failed! >> > > > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) >> > > > at org.apache.nutch.crawl.Injector.inject(Injector.java:211) >> > > > >> > > > Or at >> > > > java.io.IOException: Job failed! >> > > > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) >> > > > at org.apache.nutch.crawl.Generator.generate(Generator.java:523) >> > > > at org.apache.nutch.crawl.Generator.generate(Generator.java:430) >> > > > >> > > > Can somebody give some light on this that what can be the reason of >> job >> > > > failing due to IOException >> > > > regards >> > > > Sourabh >> > > > >> > > >> > >> >> >> >> -- >> Thanks and regards >> >> Jitendra Singh >> > >
|
|