MCPcopy Create free account
hub / github.com/apache/pig / oneTimeTearDown

Method oneTimeTearDown

test/org/apache/pig/test/TestHBaseStorage.java:94–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 @AfterClass
95 public static void oneTimeTearDown() throws Exception {
96 // In HBase 0.90.1 and above we can use util.shutdownMiniHBaseCluster()
97 // here instead.
98 MiniHBaseCluster hbc = util.getHBaseCluster();
99 if (hbc != null) {
100 hbc.shutdown();
101 hbc.join();
102 }
103 util.shutdownMiniZKCluster();
104 }
105
106
107 @Before

Callers

nothing calls this directly

Calls 2

shutdownMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected