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

Method relativeToAbsolutePath

src/org/apache/pig/LoadFuncWrapper.java:51–54  ·  view source on GitHub ↗
(String location, Path curDir)

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public String relativeToAbsolutePath(String location, Path curDir) throws IOException {
53 return loadFunc().relativeToAbsolutePath(location, curDir);
54 }
55
56 @Override
57 public void setLocation(String location, Job job) throws IOException {

Callers

nothing calls this directly

Calls 1

loadFuncMethod · 0.95

Tested by

no test coverage detected