Esempio n. 1
0
 @AfterClass
 public static void tearDownAfterClass() throws Exception {
   if (admin != null) {
     admin.close();
   }
   TEST_UTIL.shutdownMiniZKCluster();
 }
Esempio n. 2
0
 @AfterClass
 public static void afterClass() throws Exception {
   TEST_UTIL.shutdownMiniZKCluster();
 }
 @After
 public void after() throws IOException {
   UTIL.shutdownMiniZKCluster();
 }