MAPREDUCE-6795. Update the document for JobConf#setNumReduceTasks. Contributed by Yiqun Lin.
(cherry picked from commit 235f39b7c44c5907bd4de063892905577c35cd80) (cherry picked from commit a3897f77aefaf0a9823b31a1d3e8f4d1eded8642)
This commit is contained in:
parent
c895f08936
commit
61128c50de
@ -1348,9 +1348,14 @@ public void setReduceSpeculativeExecution(boolean speculativeExecution) {
|
||||
* <b id="NoOfReduces">How many reduces?</b>
|
||||
*
|
||||
* <p>The right number of reduces seems to be <code>0.95</code> or
|
||||
* <code>1.75</code> multiplied by (<<i>no. of nodes</i>> *
|
||||
* <a href="{@docRoot}/../mapred-default.html#mapreduce.tasktracker.reduce.tasks.maximum">
|
||||
* mapreduce.tasktracker.reduce.tasks.maximum</a>).
|
||||
* <code>1.75</code> multiplied by (
|
||||
* <i>available memory for reduce tasks</i>
|
||||
* (The value of this should be smaller than
|
||||
* numNodes * yarn.nodemanager.resource.memory-mb
|
||||
* since the resource of memory is shared by map tasks and other
|
||||
* applications) /
|
||||
* <a href="{@docRoot}/../hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml#mapreduce.reduce.memory.mb">
|
||||
* mapreduce.reduce.memory.mb</a>).
|
||||
* </p>
|
||||
*
|
||||
* <p>With <code>0.95</code> all of the reduces can launch immediately and
|
||||
|
Loading…
x
Reference in New Issue
Block a user