org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans
Class MRPrinter
java.lang.Object
org.apache.pig.impl.plan.PlanVisitor<MapReduceOper,MROperPlan>
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans.MROpPlanVisitor
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans.MRPrinter
public class MRPrinter
- extends MROpPlanVisitor
A visitor mechanism printing out the logical plan.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MRPrinter
public MRPrinter(PrintStream ps,
MROperPlan plan)
- Parameters:
ps
- PrintStream to output plan information toplan
- MR plan to print
setVerbose
public void setVerbose(boolean verbose)
visitMROp
public void visitMROp(MapReduceOper mr)
throws VisitorException
- Overrides:
visitMROp
in class MROpPlanVisitor
- Throws:
VisitorException
Copyright © 2007-2012 The Apache Software Foundation