RP wrote:
Pardon my ignorance, but where and how do I do this..?? Nothing in conf files that I can see as a switch....


Ah-ha! you can't see it because it's a _hidden_ switch ... *evil grin*

Joking aside ... Yes, sorry for the confusion - it's a setting in the default Hadoop config, and Nutch config contains only overrides ... so you need to put this explicitly into your hadoop-site.xml, like this:

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

If this fixes your problem, I'll put this property in the public sources.

--
Best regards,
Andrzej Bialecki     <><
___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com


Reply via email to