Uses of Class
org.apache.pig.backend.hadoop.executionengine.POMapreduce

Packages that use POMapreduce
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapreduceExec   
org.apache.pig.backend.local.executionengine   
org.apache.pig.impl.physicalLayer   
 

Uses of POMapreduce in org.apache.pig.backend.hadoop.executionengine
 

Methods in org.apache.pig.backend.hadoop.executionengine that return POMapreduce
 POMapreduce POMapreduce.copy(long id)
           
 POMapreduce MapreducePlanCompiler.getSortJob(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> physicalOpTable, OperatorKey logicalKey, POMapreduce quantileJob, LOSort loSort)
           
 

Methods in org.apache.pig.backend.hadoop.executionengine with parameters of type POMapreduce
 POMapreduce MapreducePlanCompiler.getSortJob(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> physicalOpTable, OperatorKey logicalKey, POMapreduce quantileJob, LOSort loSort)
           
 

Uses of POMapreduce in org.apache.pig.backend.hadoop.executionengine.mapreduceExec
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapreduceExec with parameters of type POMapreduce
 boolean MapReduceLauncher.launchPig(POMapreduce pom)
          Submit a Pig job to hadoop.
 

Uses of POMapreduce in org.apache.pig.backend.local.executionengine
 

Methods in org.apache.pig.backend.local.executionengine with parameters of type POMapreduce
 void InstantiateFuncCallerPOVisitor.visitMapreduce(POMapreduce mr)
           
 

Uses of POMapreduce in org.apache.pig.impl.physicalLayer
 

Methods in org.apache.pig.impl.physicalLayer with parameters of type POMapreduce
 void POPrinter.visitMapreduce(POMapreduce mr)
          Only POMapreduce.visit() and subclass implementations of this function should ever call this method.
 void POTreePrinter.visitMapreduce(POMapreduce p)
           
 void POVisitor.visitMapreduce(POMapreduce mr)
          Only POMapreduce.visit() and subclass implementations of this function should ever call this method.
 



Copyright © ${year} The Apache Software Foundation