Repository: hadoop Updated Branches: refs/heads/branch-2 424b1f695 -> fe8222998
MAPREDUCE-6073. Description of mapreduce.job.speculative.slowtaskthreshold in mapred-default should be moved into description tags (Tsuyoshi OZAWA via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fe822299 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fe822299 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fe822299 Branch: refs/heads/branch-2 Commit: fe8222998f36603002b783b7f3ce78c7cd558432 Parents: 424b1f6 Author: Allen Wittenauer <[email protected]> Authored: Fri Sep 26 11:17:11 2014 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri Sep 26 11:17:11 2014 -0700 ---------------------------------------------------------------------- hadoop-mapreduce-project/CHANGES.txt | 4 ++++ .../src/main/resources/mapred-default.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/fe822299/hadoop-mapreduce-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index 84eae0c..ca66789 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/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. (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 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/fe822299/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml index 9348ac9..82b8950 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml @@ -763,10 +763,10 @@ <property> <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' for the task to be considered too slow. - <description> </description> </property>
