瀏覽代碼

HADOOP-1336. Re-enable speculative execution by default. Contributed by Owen.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@546278 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 18 年之前
父節點
當前提交
2f38d10c48
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGES.txt
  2. 1 1
      conf/hadoop-default.xml

+ 3 - 0
CHANGES.txt

@@ -93,6 +93,9 @@ Trunk (unreleased changes)
  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
 

+ 1 - 1
conf/hadoop-default.xml

@@ -625,7 +625,7 @@ creations/deletions), or "all".</description>
 
 <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>