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

Method PigContext

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

Source from the content-addressed store, hash-verified

245 }
246
247 public PigContext() {
248 this(ExecType.MAPREDUCE, new Properties());
249 }
250
251 public PigContext(Configuration conf) throws PigException {
252 this(ConfigurationUtil.toProperties(conf));

Callers

nothing calls this directly

Calls 7

toPropertiesMethod · 0.95
selectExecTypeMethod · 0.95
initMethod · 0.95
setPropertyMethod · 0.65
nameMethod · 0.65
getExecutionEngineMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected