Merge -r 1370117:1370118 from trunk to branch. FIXES: MAPREDUCE-4494

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1370119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2012-08-07 05:12:08 +00:00
parent 80f8a6f8a3
commit 6c4b4e19b3
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,9 @@ Branch-2 ( Unreleased changes )
MAPREDUCE-4498. Remove hsqldb jar from Hadoop runtime classpath. (rkanter via tucu)
MAPREDUCE-4494. TestFifoScheduler failing with Metrics source QueueMetrics,q0=default
already exists!. (ahmed.radwan via tucu)
Release 2.1.0-alpha - Unreleased
INCOMPATIBLE CHANGES

View File

@ -280,6 +280,7 @@ public class TestFifoScheduler {
Assert.assertEquals("Allocation headroom", 1 * GB,
allocation2.getResourceLimit().getMemory());
rm.stop();
}