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:
Arun Murthy 2012-02-01 07:58:53 +00:00
parent 5d9745fde4
commit 999708d065
2 changed files with 5 additions and 2 deletions

View File

@ -588,6 +588,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

View File

@ -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>