Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
deleteDirectory
Method · 0.95
shutdown
Method · 0.45
Tested by
no test coverage detected