HDFS-11135. The tests in TestBalancer run fails due to NPE. Contributed By Yiqun Lin

This commit is contained in:
Brahma Reddy Battula 2016-11-14 20:39:39 +05:30
parent 79448d4ab1
commit 6efb8c9c60
1 changed files with 2 additions and 2 deletions

View File

@ -270,10 +270,10 @@ public class TestBalancer {
public static void destroy() throws Exception {
if (kdc != null) {
kdc.stop();
}
FileUtil.fullyDelete(baseDir);
KeyStoreTestUtil.cleanupSSLConfig(keystoresDir, sslConfDir);
}
}
/* create a file with a length of <code>fileLen</code> */
public static void createFile(MiniDFSCluster cluster, Path filePath, long