List of usage examples for org.apache.hadoop.hdfs MiniDFSCluster shutdownCluster
public static void shutdownCluster(MiniDFSCluster cluster)
From source file:org.trustedanalytics.cfbroker.store.hdfs.service.SimpleHdfsClientTest.java
License:Apache License
@AfterClass public static void shutdown() throws IOException { if (cluster != null) MiniDFSCluster.shutdownCluster(cluster); }