Explorar o código

MAPREDUCE-6073. Description of mapreduce.job.speculative.slowtaskthreshold in mapred-default should be moved into description tags (Tsuyoshi OZAWA via aw)

Allen Wittenauer %!s(int64=10) %!d(string=hai) anos
pai
achega
fe8222998f

+ 4 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -161,6 +161,10 @@ Release 2.6.0 - UNRELEASED
     MAPREDUCE-5831. Make MR client ignore unknown counters received from AM.
     MAPREDUCE-5831. Make MR client ignore unknown counters received from AM.
     (Junping Du via zjshen)
     (Junping Du via zjshen)
 
 
+    MAPREDUCE-6073. Description of mapreduce.job.speculative.slowtaskthreshold
+    in mapred-default should be moved into description tags (Tsuyoshi OZAWA 
+    via aw)
+
 Release 2.5.1 - 2014-09-05
 Release 2.5.1 - 2014-09-05
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 2 - 2
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

@@ -763,10 +763,10 @@
  
  
 <property>
 <property>
   <name>mapreduce.job.speculative.slowtaskthreshold</name>
   <name>mapreduce.job.speculative.slowtaskthreshold</name>
-  <value>1.0</value>The number of standard deviations by which a task's 
+  <value>1.0</value>
+  <description>The number of standard deviations by which a task's
   ave progress-rates must be lower than the average of all running tasks'
   ave progress-rates must be lower than the average of all running tasks'
   for the task to be considered too slow.
   for the task to be considered too slow.
-  <description>
   </description>
   </description>
 </property>
 </property>