From 74689ab7caf981459e668e29ded4164c6dab01db Mon Sep 17 00:00:00 2001 From: Jonathan Turner Eagles Date: Fri, 20 Dec 2013 19:22:49 +0000 Subject: [PATCH] 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 --- hadoop-yarn-project/CHANGES.txt | 17 ++++++++++++++++- .../src/site/apt/CapacityScheduler.apt.vm | 5 +++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 8e5c4636138..c623dc2fb15 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -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 diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/CapacityScheduler.apt.vm b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/CapacityScheduler.apt.vm index 58123cf9254..38b9887e216 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/CapacityScheduler.apt.vm +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/CapacityScheduler.apt.vm @@ -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.| *--------------------------------------+--------------------------------------+ | <<.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 | | | <<>> and can also be overridden on a | | | per queue basis by setting <<.maximum-applications>>>. | +| | Integer value expected.| *--------------------------------------+--------------------------------------+ | <<>> / | | <<.maximum-am-resource-percent>>> | | @@ -276,7 +277,7 @@ Hadoop MapReduce Next Generation - Capacity Scheduler | | Thus, if the queue is <<>> no applications can be | | | submitted to the entire cluster. | | | Existing applications continue to completion, thus the queue can be -| | gracefully. | +| | gracefully. Value is specified as Enumeration. | *--------------------------------------+--------------------------------------+ | <<.acl_submit_applications>>> | | | | The which controls who can applications to the given queue. |