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

Method executeCompiledLogicalPlan

src/org/apache/pig/PigServer.java:1454–1461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1452 }
1453
1454 private PigStats executeCompiledLogicalPlan() throws ExecException,
1455 FrontendException {
1456 // discover pig features used in this script
1457 ScriptState.get().setScriptFeatures(currDAG.lp);
1458 currDAG.lp.optimize(pigContext);
1459
1460 return launchPlan(currDAG.lp, "job_pigexec_");
1461 }
1462
1463 /**
1464 * A common method for launching the jobs according to the logical plan

Callers 2

storeExMethod · 0.95
executeMethod · 0.95

Calls 4

getMethod · 0.95
launchPlanMethod · 0.95
setScriptFeaturesMethod · 0.80
optimizeMethod · 0.45

Tested by

no test coverage detected