| Modifier and Type | Method and Description | 
|---|---|
ExecutableManager | 
ExecutionEngine.getExecutableManager()
Returns the ExecutableManager to be used in Pig Streaming. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutableManager | 
HExecutionEngine.getExecutableManager()  | 
| Constructor and Description | 
|---|
POStream(OperatorKey k,
        ExecutableManager executableManager,
        StreamingCommand command,
        Properties properties)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HadoopExecutableManager
HadoopExecutableManager is a specialization of 
 ExecutableManager and provides HDFS-specific support for secondary
 outputs, task-logs etc. | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutableManager | 
PigContext.createExecutableManager()
Create a new  
ExecutableManager depending on the ExecType. | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutableManager | 
LOStream.getExecutableManager()  | 
| Constructor and Description | 
|---|
LOStream(LogicalPlan plan,
        ExecutableManager exeManager,
        StreamingCommand cmd,
        LogicalSchema schema)  | 
Copyright © 2007-2012 The Apache Software Foundation