MAPREDUCE-3762. Fixed default CapacityScheduler configs. Contributed by Mahadev Konar.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1238987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dbbfaebb71
commit
f49ba355e5
|
@ -633,6 +633,9 @@ Release 0.23.1 - Unreleased
|
|||
MAPREDUCE-3749. ConcurrentModificationException in counter groups.
|
||||
(tomwhite)
|
||||
|
||||
MAPREDUCE-3762. Fixed default CapacityScheduler configs. (mahadev via
|
||||
acmurthy)
|
||||
|
||||
Release 0.23.0 - 2011-11-01
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -53,9 +53,9 @@
|
|||
|
||||
<property>
|
||||
<name>yarn.scheduler.capacity.root.default.maximum-capacity</name>
|
||||
<value>-1</value>
|
||||
<value>100</value>
|
||||
<description>
|
||||
The maximum capacity of the default queue. A value of -1 disables this.
|
||||
The maximum capacity of the default queue.
|
||||
</description>
|
||||
</property>
|
||||
|
||||
|
|
Loading…
Reference in New Issue