HDFS-16904. Close webhdfs during TestSymlinkHdfs teardown (#5342)
Contributed by Steve Vaughan Jr
This commit is contained in:
parent
3ba058a894
commit
08f58ecf07
@ -23,6 +23,7 @@
|
||||
import java.io.IOException;
|
||||
import java.net.URI;
|
||||
|
||||
import org.apache.commons.io.IOUtils;
|
||||
import org.apache.hadoop.conf.Configuration;
|
||||
import org.apache.hadoop.fs.permission.FsPermission;
|
||||
import org.apache.hadoop.hdfs.DFSConfigKeys;
|
||||
@ -99,6 +100,7 @@ public static void afterClassTeardown() throws Exception {
|
||||
if (cluster != null) {
|
||||
cluster.shutdown();
|
||||
}
|
||||
IOUtils.closeQuietly(webhdfs);
|
||||
}
|
||||
|
||||
@Test(timeout=10000)
|
||||
|
Loading…
Reference in New Issue
Block a user