@After protected void tearDown() throws Exception { indexDir = new File("kafkaIndex"); SingleNodeStarter.rmrf(indexDir); }
@Before public void setUp() throws Exception { indexDir = new File("kafkaIndex"); SingleNodeStarter.rmrf(indexDir); indexDir.mkdir(); }