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

Method setStoreLocation

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

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 public void setStoreLocation(String location, Job job) throws IOException {
63 storeFunc().setStoreLocation(location, job);
64 }
65
66 @Override
67 public void checkSchema(ResourceSchema resourceSchema) throws IOException {

Callers

nothing calls this directly

Calls 2

storeFuncMethod · 0.95
setStoreLocationMethod · 0.65

Tested by

no test coverage detected