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