You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2007/06/11 22:54:56 UTC

svn commit: r546278 - in /lucene/hadoop/trunk: CHANGES.txt conf/hadoop-default.xml

Author: cutting
Date: Mon Jun 11 13:54:55 2007
New Revision: 546278

URL: http://svn.apache.org/viewvc?view=rev&rev=546278
Log:
HADOOP-1336.  Re-enable speculative execution by default.  Contributed by Owen.

Modified:
    lucene/hadoop/trunk/CHANGES.txt
    lucene/hadoop/trunk/conf/hadoop-default.xml

Modified: lucene/hadoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=546278&r1=546277&r2=546278
==============================================================================
--- lucene/hadoop/trunk/CHANGES.txt (original)
+++ lucene/hadoop/trunk/CHANGES.txt Mon Jun 11 13:54:55 2007
@@ -93,6 +93,9 @@
  30. HADOOP-1261.  Remove redundant events from HDFS namenode's edit
      log when a datanode restarts.  (Raghu Angadi via cutting)
 
+ 31. HADOOP-1336.  Re-enable speculative execution by
+     default. (omalley via cutting)
+
 
 Release 0.13.0 - 2007-06-08
 

Modified: lucene/hadoop/trunk/conf/hadoop-default.xml
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/conf/hadoop-default.xml?view=diff&rev=546278&r1=546277&r2=546278
==============================================================================
--- lucene/hadoop/trunk/conf/hadoop-default.xml (original)
+++ lucene/hadoop/trunk/conf/hadoop-default.xml Mon Jun 11 13:54:55 2007
@@ -625,7 +625,7 @@
 
 <property>
   <name>mapred.speculative.execution</name>
-  <value>false</value>
+  <value>true</value>
   <description>If true, then multiple instances of some map and reduce tasks 
                may be executed in parallel.</description>
 </property>