|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PlanException in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that throw PlanException | |
---|---|
MROperPlan |
MRCompiler.compile()
The front-end method that the user calls to compile the plan. |
abstract void |
Launcher.explain(PhysicalPlan pp,
PigContext pc,
PrintStream ps,
String format,
boolean verbose)
Explain how a pig job will be executed on the underlying infrastructure. |
void |
MapReduceLauncher.explain(PhysicalPlan php,
PigContext pc,
PrintStream ps,
String format,
boolean verbose)
|
Pair<MapReduceOper,Integer> |
MRCompiler.getQuantileJob(POSort inpSort,
MapReduceOper prevJob,
FileSpec lFile,
FileSpec quantFile,
int rp,
Pair<Integer,Byte>[] fields)
|
MapReduceOper |
MRCompiler.getSortJob(POSort sort,
MapReduceOper quantJob,
FileSpec lFile,
FileSpec quantFile,
int rp,
Pair<Integer,Byte>[] fields)
|
abstract PigStats |
Launcher.launchPig(PhysicalPlan php,
String grpName,
PigContext pc)
Method to launch pig for hadoop either for a cluster's job tracker or for a local job runner. |
PigStats |
MapReduceLauncher.launchPig(PhysicalPlan php,
String grpName,
PigContext pc)
|
void |
MapReduceOper.setMapDoneMultiple(boolean mapDone)
|
void |
MapReduceOper.setMapDoneSingle(boolean mapDone)
|
void |
MRCompiler.simpleConnectMapToReduce(MapReduceOper mro)
|
Uses of PlanException in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans that throw PlanException | |
---|---|
void |
PhysicalPlan.connect(PhysicalOperator from,
PhysicalOperator to)
|
void |
PhysicalPlan.replace(PhysicalOperator oldNode,
PhysicalOperator newNode)
|
Uses of PlanException in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that throw PlanException | |
---|---|
void |
POLocalRearrange.setPlans(List<PhysicalPlan> plans)
|
void |
POLocalRearrange.setPlansFromCombiner(List<PhysicalPlan> plans)
|
Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that throw PlanException | |
---|---|
POFRJoin(OperatorKey k)
|
|
POFRJoin(OperatorKey k,
int rp)
|
|
POFRJoin(OperatorKey k,
int rp,
List<PhysicalOperator> inp)
|
|
POFRJoin(OperatorKey k,
List<PhysicalOperator> inp)
|
Uses of PlanException in org.apache.pig.backend.local.executionengine |
---|
Methods in org.apache.pig.backend.local.executionengine that throw PlanException | |
---|---|
void |
LocalPigLauncher.explain(PhysicalPlan pp,
PigContext pc,
PrintStream ps,
String format,
boolean isVerbose)
|
PigStats |
LocalPigLauncher.launchPig(PhysicalPlan php,
String grpName,
PigContext pc)
|
Uses of PlanException in org.apache.pig.impl.plan |
---|
Methods in org.apache.pig.impl.plan that throw PlanException | |
---|---|
void |
OperatorPlan.addAsLeaf(E leaf)
Utility method heavily used in the MRCompiler Adds the leaf operator to the plan and connects all existing leaves to the new leaf |
void |
OperatorPlan.connect(E from,
E to)
Create an edge between two nodes. |
void |
OperatorPlan.insertBetween(E after,
E newNode,
E before)
Given two connected nodes add another node between them. |
OperatorPlan<E> |
OperatorPlan.merge(OperatorPlan<E> inpPlan)
Merges the operators in the incoming operPlan with this plan's operators. |
OperatorPlan<E> |
OperatorPlan.mergeSharedPlan(OperatorPlan<E> inpPlan)
Merges the operators in the incoming plan with this plan's operators. |
void |
OperatorPlan.pushAfter(E first,
E second,
int outputNum)
Push one operator after another. |
void |
OperatorPlan.pushBefore(E first,
E second,
int inputNum)
Push one operator in front of another. |
void |
OperatorPlan.removeAndReconnect(E node)
Remove a node in a way that connects the node's predecessor (if any) with the node's successor (if any). |
void |
OperatorPlan.removeAndReconnectMultiSucc(E node)
Remove a node in a way that connects the node's predecessor (if any) with the node's successors (if any). |
void |
OperatorPlan.replace(E oldNode,
E newNode)
Replace an existing node in the graph with a new node. |
void |
OperatorPlan.swap(E first,
E second)
Swap two operators in a plan. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |