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