public class TezDagBuilder extends TezOpPlanVisitor
mCurrentWalker, mPlan
Constructor and Description |
---|
TezDagBuilder(PigContext pc,
TezOperPlan plan,
org.apache.tez.dag.api.DAG dag,
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localResources) |
Modifier and Type | Method and Description |
---|---|
void |
avoidContainerReuseIfInputSplitInDisk() |
boolean |
shouldDisableDAGRecovery() |
void |
visitTezOp(TezOperator tezOp) |
getPlan, popWalker, pushWalker, visit
public TezDagBuilder(PigContext pc, TezOperPlan plan, org.apache.tez.dag.api.DAG dag, Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localResources)
public boolean shouldDisableDAGRecovery()
public void avoidContainerReuseIfInputSplitInDisk() throws IOException
IOException
public void visitTezOp(TezOperator tezOp) throws VisitorException
visitTezOp
in class TezOpPlanVisitor
VisitorException
Copyright © 2007-2017 The Apache Software Foundation