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

Method cleanupOnSuccess

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

Source from the content-addressed store, hash-verified

89 }
90
91 @Override
92 public void cleanupOnSuccess(String location, Job job) throws IOException {
93 storeFunc().cleanupOnSuccess(location, job);
94 }
95
96 private StoreFuncInterface storeFunc() {
97 if (this.storeFunc == null) {

Callers

nothing calls this directly

Calls 2

storeFuncMethod · 0.95
cleanupOnSuccessMethod · 0.65

Tested by

no test coverage detected