YARN-1171. Add default queue properties to Fair Scheduler documentation (Naren Koneru via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2fc514b72e
commit
62d791b1ee
|
@ -206,6 +206,9 @@ Release 2.4.0 - UNRELEASED
|
||||||
available across RM failover by making using of a remote
|
available across RM failover by making using of a remote
|
||||||
configuration-provider. (Xuan Gong via vinodkv)
|
configuration-provider. (Xuan Gong via vinodkv)
|
||||||
|
|
||||||
|
YARN-1171. Add default queue properties to Fair Scheduler documentation
|
||||||
|
(Naren Koneru via Sandy Ryza)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -265,7 +265,15 @@ Allocation file format
|
||||||
its fair share before it will try to preempt containers to take resources from
|
its fair share before it will try to preempt containers to take resources from
|
||||||
other queues.
|
other queues.
|
||||||
|
|
||||||
* <<A defaultQueueSchedulingPolicy element>>, which sets the default scheduling
|
* <<A defaultMinSharePreemptionTimeout element>>, which sets the default number
|
||||||
|
of seconds the queue is under its minimum share before it will try to preempt
|
||||||
|
containers to take resources from other queues; overriden by
|
||||||
|
minSharePreemptionTimeout element in each queue if specified.
|
||||||
|
|
||||||
|
* <<A queueMaxAppsDefault element>>, which sets the default running app limit
|
||||||
|
for queues; overriden by maxRunningApps element in each queue.
|
||||||
|
|
||||||
|
* <<A defaultQueueSchedulingPolicy element>>, which sets the default scheduling
|
||||||
policy for queues; overriden by the schedulingPolicy element in each queue
|
policy for queues; overriden by the schedulingPolicy element in each queue
|
||||||
if specified. Defaults to "fair".
|
if specified. Defaults to "fair".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue