diff --git hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/CapacityScheduler.apt.vm hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/CapacityScheduler.apt.vm index 58123cf..cbd08e3 100644 --- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/CapacityScheduler.apt.vm +++ 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. |