@Before public void setupUp() throws Exception { cluster = HDFSCluster.createCluster(new Configuration()); cluster.setUp(); }
@Before public void setUp() throws Exception { hadoopConf = new Configuration(); dfsCluster = HDFSCluster.createCluster(hadoopConf); dfsCluster.setUp(); }