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