HDFS-10325. TestDFSShell#testMoveWithTargetPortEmpty fails. Contributed by Takanobu Asanuma.
This commit is contained in:
parent
f308561f1d
commit
8eadd7145e
|
@ -567,7 +567,7 @@ public class TestDFSShell {
|
||||||
cluster = new MiniDFSCluster.Builder(conf)
|
cluster = new MiniDFSCluster.Builder(conf)
|
||||||
.format(true)
|
.format(true)
|
||||||
.numDataNodes(2)
|
.numDataNodes(2)
|
||||||
.nameNodePort(8020)
|
.nameNodePort(HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT)
|
||||||
.waitSafeMode(true)
|
.waitSafeMode(true)
|
||||||
.build();
|
.build();
|
||||||
FileSystem srcFs = cluster.getFileSystem();
|
FileSystem srcFs = cluster.getFileSystem();
|
||||||
|
|
Loading…
Reference in New Issue