HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula.

(cherry picked from commit f922067748)
This commit is contained in:
Brahma Reddy Battula 2016-11-21 19:34:52 +05:30
parent 23ddb98e1b
commit ce4cd98784
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ public class TestDFSShell {
.format(true)
.numDataNodes(2)
.nameNodePort(ServerSocketUtil.waitForPort(
HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT, 10))
HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT, 60))
.waitSafeMode(true)
.build();
FileSystem srcFs = cluster.getFileSystem();