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 23:27:51 UTC

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

Author: cutting
Date: Thu Sep 29 14:27:49 2005
New Revision: 292556

URL: http://svn.apache.org/viewcvs?rev=292556&view=rev
Log:
Document mapred.tasktracker.tasks.maximum 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=292556&r1=292555&r2=292556&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/conf/nutch-default.xml (original)
+++ lucene/nutch/branches/mapred/conf/nutch-default.xml Thu Sep 29 14:27:49 2005
@@ -419,13 +419,20 @@
   </description>
 </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>
+
+<property>
+  <name>mapred.tasktracker.tasks.maximum</name>
+  <value>2</value>
+  <description>The maximum number of tasks that will be run
+  simultaneously by a task tracker.
   </description>
 </property>