You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Tsuyoshi OZAWA (JIRA)" <ji...@apache.org> on 2014/09/05 18:26:28 UTC

[jira] [Created] (MAPREDUCE-6073) Description of mapreduce.job.speculative.slowtaskthreshold in mapred-default should be moved into description tags

Tsuyoshi OZAWA created MAPREDUCE-6073:
-----------------------------------------

             Summary: Description of mapreduce.job.speculative.slowtaskthreshold in mapred-default should be moved into description tags
                 Key: MAPREDUCE-6073
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6073
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: documentation
            Reporter: Tsuyoshi OZAWA
            Assignee: Tsuyoshi OZAWA
            Priority: Trivial


Currently, description of mapreduce.job.speculative.slowtaskthreshold in mapred-default is put outside of description tags. We should move it into description tags.

{code}
<property>
  <name>mapreduce.job.speculative.slowtaskthreshold</name>
  <value>1.0</value>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>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)