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

Method cleanupOnFailure

src/org/apache/pig/StoreFuncWrapper.java:86–89  ·  view source on GitHub ↗
(String location, Job job)

Source from the content-addressed store, hash-verified

84 }
85
86 @Override
87 public void cleanupOnFailure(String location, Job job) throws IOException {
88 storeFunc().cleanupOnFailure(location, job);
89 }
90
91 @Override
92 public void cleanupOnSuccess(String location, Job job) throws IOException {

Callers

nothing calls this directly

Calls 2

storeFuncMethod · 0.95
cleanupOnFailureMethod · 0.65

Tested by

no test coverage detected