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:
parent
80f8a6f8a3
commit
6c4b4e19b3
|
@ -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
|
||||
|
|
|
@ -280,6 +280,7 @@ public class TestFifoScheduler {
|
|||
Assert.assertEquals("Allocation headroom", 1 * GB,
|
||||
allocation2.getResourceLimit().getMemory());
|
||||
|
||||
rm.stop();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue