YARN-942. In Fair Scheduler documentation, inconsistency on which properties have prefix (Akira Ajisaka via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1517691 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e7154d7855
commit
f9f7b792fb
|
@ -51,6 +51,9 @@ Release 2.1.1-beta - UNRELEASED
|
|||
YARN-1093. Corrections to Fair Scheduler documentation (Wing Yew Poon via
|
||||
Sandy Ryza)
|
||||
|
||||
YARN-942. In Fair Scheduler documentation, inconsistency on which
|
||||
properties have prefix (Akira Ajisaka via Sandy Ryza)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
|
|
@ -159,7 +159,7 @@ Hadoop MapReduce Next Generation - Fair Scheduler
|
|||
* If assignmultiple is true, the maximum amount of containers that can be
|
||||
assigned in one heartbeat. Defaults to -1, which sets no limit.
|
||||
|
||||
* <<<locality.threshold.node>>>
|
||||
* <<<yarn.scheduler.fair.locality.threshold.node>>>
|
||||
|
||||
* For applications that request containers on particular nodes, the number of
|
||||
scheduling opportunities since the last container assignment to wait before
|
||||
|
@ -168,7 +168,7 @@ Hadoop MapReduce Next Generation - Fair Scheduler
|
|||
opportunities to pass up. The default value of -1.0 means don't pass up any
|
||||
scheduling opportunities.
|
||||
|
||||
* <<<locality.threshold.rack>>>
|
||||
* <<<yarn.scheduler.fair.locality.threshold.rack>>>
|
||||
|
||||
* For applications that request containers on particular racks, the number of
|
||||
scheduling opportunities since the last container assignment to wait before
|
||||
|
|
Loading…
Reference in New Issue