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.backend.local.executionengine.physicalLayer.relationalOperators   
org.apache.pig.impl   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
 

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.backend.local.executionengine.physicalLayer.relationalOperators
 

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

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.
 



Copyright © ${year} The Apache Software Foundation