MAPREDUCE-5604. TestMRAMWithNonNormalizedCapabilities fails on Windows due to exceeding max path length. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1538035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86dc50c1eb
commit
1606a76a54
@ -240,6 +240,9 @@ Release 2.2.1 - UNRELEASED
|
|||||||
MAPREDUCE-5598. TestUserDefinedCounters.testMapReduceJob is flakey
|
MAPREDUCE-5598. TestUserDefinedCounters.testMapReduceJob is flakey
|
||||||
(Robert Kanter via jlowe)
|
(Robert Kanter via jlowe)
|
||||||
|
|
||||||
|
MAPREDUCE-5604. TestMRAMWithNonNormalizedCapabilities fails on Windows due to
|
||||||
|
exceeding max path length. (cnauroth)
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -67,7 +67,7 @@ public void setup() throws Exception {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mrCluster == null) {
|
if (mrCluster == null) {
|
||||||
mrCluster = new MiniMRYarnCluster(getClass().getName());
|
mrCluster = new MiniMRYarnCluster(getClass().getSimpleName());
|
||||||
mrCluster.init(new Configuration());
|
mrCluster.init(new Configuration());
|
||||||
mrCluster.start();
|
mrCluster.start();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user