This is solving by adding
in conf/hadoop-site.xml
these lines:

 <property>
   <name>mapred.speculative.execution</name>
  <value>false</value>
  <description>If true, then multiple instances of some map and reduce tasks
               may be executed in parallel.</description>
 </property>

 P.S. I'll must read jira before...


> 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.
        


-------------------------------------------------------------------------
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