Uses of Class
org.apache.pig.impl.streaming.ExecutableManager

Packages that use ExecutableManager
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.backend.hadoop.streaming   
org.apache.pig.impl   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.newplan.logical.relational   
org.apache.pig.pen.physicalOperators   
 

Uses of ExecutableManager in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type ExecutableManager
POStream(OperatorKey k, ExecutableManager executableManager, StreamingCommand command, Properties properties)
           
 

Uses of ExecutableManager in org.apache.pig.backend.hadoop.streaming
 

Subclasses of ExecutableManager in org.apache.pig.backend.hadoop.streaming
 class HadoopExecutableManager
          HadoopExecutableManager is a specialization of ExecutableManager and provides HDFS-specific support for secondary outputs, task-logs etc.
 

Uses of ExecutableManager in org.apache.pig.impl
 

Methods in org.apache.pig.impl that return ExecutableManager
 ExecutableManager PigContext.createExecutableManager()
          Create a new ExecutableManager depending on the ExecType.
 

Uses of ExecutableManager in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer that return ExecutableManager
 ExecutableManager LOStream.getExecutableManager()
           
 

Constructors in org.apache.pig.impl.logicalLayer with parameters of type ExecutableManager
LOStream(LogicalPlan plan, OperatorKey k, LogicalOperator input, ExecutableManager exeManager, StreamingCommand cmd)
          Create a new LOStream with the given command.
 

Uses of ExecutableManager in org.apache.pig.newplan.logical.relational
 

Methods in org.apache.pig.newplan.logical.relational that return ExecutableManager
 ExecutableManager LOStream.getExecutableManager()
           
 

Constructors in org.apache.pig.newplan.logical.relational with parameters of type ExecutableManager
LOStream(LogicalPlan plan, ExecutableManager exeManager, StreamingCommand cmd, LogicalSchema schema)
           
 

Uses of ExecutableManager in org.apache.pig.pen.physicalOperators
 

Constructors in org.apache.pig.pen.physicalOperators with parameters of type ExecutableManager
POStreamLocal(OperatorKey k, ExecutableManager executableManager, StreamingCommand command, Properties properties)
           
 



Copyright © ${year} The Apache Software Foundation