You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2005/09/29 22:50:19 UTC

svn commit: r292541 - /lucene/nutch/branches/mapred/conf/nutch-default.xml

Author: cutting
Date: Thu Sep 29 13:50:17 2005
New Revision: 292541

URL: http://svn.apache.org/viewcvs?rev=292541&view=rev
Log:
Document task timeout and provide a default.

Modified:
    lucene/nutch/branches/mapred/conf/nutch-default.xml

Modified: lucene/nutch/branches/mapred/conf/nutch-default.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/conf/nutch-default.xml?rev=292541&r1=292540&r2=292541&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/conf/nutch-default.xml (original)
+++ lucene/nutch/branches/mapred/conf/nutch-default.xml Thu Sep 29 13:50:17 2005
@@ -420,6 +420,15 @@
 </property>
 
 
+<property>
+  <name>mapred.task.timeout</name>
+  <value>600000</value>
+  <description>The number of milliseconds before a task will be
+  terminated if it neither reads an input, writes an output, nor
+  updates its status string.
+  </description>
+</property>
+
 <!-- indexer properties -->
 
 <property>