merge -r 1351761:1351762 from trunk. FIXES: MAPREDUCE-4341
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1351764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
daf8c54e66
commit
234f1a7ab7
|
@ -466,6 +466,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