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

Method getLfs

src/org/apache/pig/impl/PigContext.java:535–537  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

533 }
534
535 public DataStorage getLfs() {
536 return lfs;
537 }
538
539 public DataStorage getFs() {
540 return dfs;

Callers 5

createHadoopTempFileMethod · 0.80
setPropsMethod · 0.80
openMethod · 0.80
deleteMethod · 0.80
hadoopifyMethod · 0.80

Calls

no outgoing calls

Tested by 1

createHadoopTempFileMethod · 0.64