MAPREDUCE-6123. TestCombineFileInputFormat incorrectly starts 2 MiniDFSCluster instances. Contributed by Chris Nauroth.
(cherry picked from commit777877d079
) (cherry picked from commitf6278cbac5
)
This commit is contained in:
parent
4573bbe33d
commit
308e336853
|
@ -186,6 +186,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
MAPREDUCE-6122. TestLineRecordReader may fail due to test data files checked
|
MAPREDUCE-6122. TestLineRecordReader may fail due to test data files checked
|
||||||
out of git with incorrect line endings. (cnauroth)
|
out of git with incorrect line endings. (cnauroth)
|
||||||
|
|
||||||
|
MAPREDUCE-6123. TestCombineFileInputFormat incorrectly starts 2
|
||||||
|
MiniDFSCluster instances. (cnauroth)
|
||||||
|
|
||||||
Release 2.5.1 - 2014-09-05
|
Release 2.5.1 - 2014-09-05
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -1286,10 +1286,6 @@ public class TestCombineFileInputFormat extends TestCase {
|
||||||
.build();
|
.build();
|
||||||
dfs.waitActive();
|
dfs.waitActive();
|
||||||
|
|
||||||
dfs = new MiniDFSCluster.Builder(conf).racks(rack1).hosts(hosts1)
|
|
||||||
.build();
|
|
||||||
dfs.waitActive();
|
|
||||||
|
|
||||||
FileSystem fileSys = dfs.getFileSystem();
|
FileSystem fileSys = dfs.getFileSystem();
|
||||||
|
|
||||||
// Set up the following directory structure:
|
// Set up the following directory structure:
|
||||||
|
|
Loading…
Reference in New Issue