This was a hadoop fix that I had to apply - not quite same exact error 
but there was talk that having it on by default does not work - give it 
a try:

Add to hadoop-site.xml file in the conf directory....

<property>
   <name>mapred.speculative.execution</name>
   <value>false</value>
</property>


[EMAIL PROTECTED] wrote:
> Hi
>
> While running crawl with last trunk nutch version I get this error by
> hadoop:
>
> Exception in thread "main" java.io.IOException: Job failed!
>         at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:399)
>         at org.apache.nutch.indexer.Indexer.index(Indexer.java:304)
>         at org.apache.nutch.crawl.Crawl.main(Crawl.java:130)
>
>
> Is this a bug or my instance's misconfiguration?
>
> Running on single box, java-1.5.0.09
>
> Thanks.
>         
>
>
>   

-- 
rp




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to