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

Method getExecutionEngine

src/org/apache/pig/ExecType.java:67–67  ·  view source on GitHub ↗

Returns the Execution Engine that this ExecType is associated with. Once the ExecType the script is running in is determined by the PigServer, it will then call this method to get an instance of the ExecutionEngine associated with this ExecType to delegate all further execution to on the backend.

(PigContext pigContext)

Source from the content-addressed store, hash-verified

65 * backend.
66 */
67 public ExecutionEngine getExecutionEngine(PigContext pigContext);
68
69 /**
70 * Returns the Execution Engine class that this ExecType is associated with.

Callers 15

setUpMethod · 0.65
checkPhysicalPlanMethod · 0.65
test1Method · 0.65
test2Method · 0.65
test4Method · 0.65
test5Method · 0.65
buildPpMethod · 0.65
checkPhysicalPlanMethod · 0.65
testPigStatsAliasMethod · 0.65
PigServerMethod · 0.65
explainMethod · 0.65
launchPlanMethod · 0.65

Implementers 4

SparkExecTypesrc/org/apache/pig/backend/hadoop/exec
MRExecTypesrc/org/apache/pig/backend/hadoop/exec
LocalExecTypesrc/org/apache/pig/backend/hadoop/exec
TezExecTypesrc/org/apache/pig/backend/hadoop/exec

Calls

no outgoing calls

Tested by 9

setUpMethod · 0.52
checkPhysicalPlanMethod · 0.52
test1Method · 0.52
test2Method · 0.52
test4Method · 0.52
test5Method · 0.52
buildPpMethod · 0.52
checkPhysicalPlanMethod · 0.52
testPigStatsAliasMethod · 0.52