YARN-1180. Update capacity scheduler docs to include types on the configs (Chen He via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04d139e2a0
commit
74689ab7ca
|
@ -1756,7 +1756,22 @@ Release 2.0.2-alpha - 2012-09-07
|
|||
YARN-138. Ensure default values for minimum/maximum container sizes is
|
||||
sane. (harsh & sseth via acmurthy)
|
||||
|
||||
Release 0.23.10 - UNRELEASED
|
||||
Release 0.23.11 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
||||
NEW FEATURES
|
||||
|
||||
IMPROVEMENTS
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
||||
YARN-1180. Update capacity scheduler docs to include types on the configs
|
||||
(Chen He via jeagles)
|
||||
|
||||
Release 0.23.10 - 2013-12-09
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
||||
|
|
|
@ -220,7 +220,7 @@ Hadoop MapReduce Next Generation - Capacity Scheduler
|
|||
| | application, no single user can use more than 33% of the queue resources. |
|
||||
| | With 4 or more users, no user can use more than 25% of the queues |
|
||||
| | resources. A value of 100 implies no user limits are imposed. The default |
|
||||
| | is 100.|
|
||||
| | is 100. Value is specified as a integer.|
|
||||
*--------------------------------------+--------------------------------------+
|
||||
| <<<yarn.scheduler.capacity.<queue-path>.user-limit-factor>>> | |
|
||||
| | The multiple of the queue capacity which can be configured to allow a |
|
||||
|
@ -249,6 +249,7 @@ Hadoop MapReduce Next Generation - Capacity Scheduler
|
|||
| | be rejected. Default is 10000. This can be set for all queues with |
|
||||
| | <<<yarn.scheduler.capacity.maximum-applications>>> and can also be overridden on a |
|
||||
| | per queue basis by setting <<<yarn.scheduler.capacity.<queue-path>.maximum-applications>>>. |
|
||||
| | Integer value expected.|
|
||||
*--------------------------------------+--------------------------------------+
|
||||
| <<<yarn.scheduler.capacity.maximum-am-resource-percent>>> / |
|
||||
| <<<yarn.scheduler.capacity.<queue-path>.maximum-am-resource-percent>>> | |
|
||||
|
@ -276,7 +277,7 @@ Hadoop MapReduce Next Generation - Capacity Scheduler
|
|||
| | Thus, if the <root> queue is <<<STOPPED>>> no applications can be |
|
||||
| | submitted to the entire cluster. |
|
||||
| | Existing applications continue to completion, thus the queue can be
|
||||
| | <drained> gracefully. |
|
||||
| | <drained> gracefully. Value is specified as Enumeration. |
|
||||
*--------------------------------------+--------------------------------------+
|
||||
| <<<yarn.scheduler.capacity.root.<queue-path>.acl_submit_applications>>> | |
|
||||
| | The <ACL> which controls who can <submit> applications to the given queue. |
|
||||
|
|
Loading…
Reference in New Issue