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

Method getExecType

src/org/apache/pig/impl/PigContext.java:608–610  ·  view source on GitHub ↗

Returns the type of execution currently in effect. @return current execution type

()

Source from the content-addressed store, hash-verified

606 * @return current execution type
607 */
608 public ExecType getExecType() {
609 return execType;
610 }
611
612 /**
613 * Creates a Classloader based on the passed jarFile and any extra jar files.

Callers 15

TestMultiStorageMethod · 0.45
capacityMethod · 0.45
initMethod · 0.45
startSparkIfNeededMethod · 0.45
compileMethod · 0.45
getJobMethod · 0.45
hasTooManyInputFilesMethod · 0.45
launchPigMethod · 0.45
addTezResourceMethod · 0.45
newEdgeMethod · 0.45
newVertexMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestMultiStorageMethod · 0.36