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

Method setParamFiles

src/org/apache/pig/impl/PigContext.java:225–227  ·  view source on GitHub ↗
(List<String> paramFiles)

Source from the content-addressed store, hash-verified

223 return paramFiles;
224 }
225 public void setParamFiles(List<String> paramFiles) {
226 this.paramFiles = paramFiles;
227 }
228
229 public PreprocessorContext getPreprocessorContext() {
230 return preprocessorContext;

Callers 2

runMethod · 0.95
loadScriptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected