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

Method tearDown

test/org/apache/pig/test/TestPigStorage.java:92–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 @After
93 public void tearDown() throws Exception {
94 Util.deleteDirectory(new File(datadir));
95 pig.shutdown();
96 }
97
98 @BeforeClass
99 public static void oneTimeSetup() {

Callers

nothing calls this directly

Calls 2

deleteDirectoryMethod · 0.95
shutdownMethod · 0.45

Tested by

no test coverage detected