MAPREDUCE-4341. add types to capacity scheduler properties documentation (Karthik Kambatla via tgraves).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1351762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
01b61c76a8
commit
01b2040810
|
@ -584,6 +584,9 @@ Release 0.23.3 - UNRELEASED
|
|||
MAPREDUCE-4311. Capacity scheduler.xml does not accept decimal values for
|
||||
capacity and maximum-capacity settings (Karthik Kambatla via tgraves)
|
||||
|
||||
MAPREDUCE-4341. add types to capacity scheduler properties documentation
|
||||
(Karthik Kambatla via tgraves)
|
||||
|
||||
Release 0.23.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -197,14 +197,14 @@ Hadoop MapReduce Next Generation - Capacity Scheduler
|
|||
|| Property || Description |
|
||||
*--------------------------------------+--------------------------------------+
|
||||
| <<<yarn.scheduler.capacity.<queue-path>.capacity>>> | |
|
||||
| | Queue <capacity> in percentage (%). |
|
||||
| | Queue <capacity> in percentage (%) as a float (e.g. 12.5).|
|
||||
| | The sum of capacities for all queues, at each level, must be equal |
|
||||
| | to 100. |
|
||||
| | Applications in the queue may consume more resources than the queue's |
|
||||
| | capacity if there are free resources, providing elasticity. |
|
||||
*--------------------------------------+--------------------------------------+
|
||||
| <<<yarn.scheduler.capacity.<queue-path>.maximum-capacity>>> | |
|
||||
| | Maximum queue capacity in percentage (%). |
|
||||
| | Maximum queue capacity in percentage (%) as a float. |
|
||||
| | This limits the <elasticity> for applications in the queue. |
|
||||
| | Defaults to -1 which disables it. |
|
||||
*--------------------------------------+--------------------------------------+
|
||||
|
|
Loading…
Reference in New Issue