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

