Uses of Package
org.apache.pig.impl.streaming

Packages that use org.apache.pig.impl.streaming
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.backend.hadoop.streaming   
org.apache.pig.impl   
org.apache.pig.impl.builtin   
org.apache.pig.impl.streaming   
org.apache.pig.impl.util   
org.apache.pig.newplan.logical.relational   
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig
StreamingCommand
          StreamingCommand represents the specification of an external command to be executed in a Pig Query.
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig.backend.executionengine
ExecutableManager
          ExecutableManager manages an external executable which processes data in a Pig query.
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig.backend.hadoop.executionengine
ExecutableManager
          ExecutableManager manages an external executable which processes data in a Pig query.
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
ExecutableManager
          ExecutableManager manages an external executable which processes data in a Pig query.
StreamingCommand
          StreamingCommand represents the specification of an external command to be executed in a Pig Query.
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig.backend.hadoop.streaming
ExecutableManager
          ExecutableManager manages an external executable which processes data in a Pig query.
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig.impl
ExecutableManager
          ExecutableManager manages an external executable which processes data in a Pig query.
StreamingCommand
          StreamingCommand represents the specification of an external command to be executed in a Pig Query.
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig.impl.builtin
StreamingUDFOutputSchemaException
           
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig.impl.streaming
DefaultInputHandler
          DefaultInputHandler handles the input for the Pig-Streaming executable in a synchronous manner by feeding it input via its stdin.
DefaultOutputHandler
          FileOutputHandler handles the output from the Pig-Streaming executable in an synchronous manner by reading its output via its stdout.
InputHandler
          InputHandler is responsible for handling the input to the Pig-Streaming external command.
InputHandler.InputType
           
OutputHandler
          OutputHandler is responsible for handling the output of the Pig-Streaming external command.
OutputHandler.OutputType
           
PigStreamingUDF
           
StreamingCommand
          StreamingCommand represents the specification of an external command to be executed in a Pig Query.
StreamingCommand.Handle
          Handle to communicate with the external process.
StreamingCommand.HandleSpec
          Specification about the usage of the StreamingCommand.Handle to communicate with the external process.
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig.impl.util
StreamingDelimiters
           
 

Classes in org.apache.pig.impl.streaming used by org.apache.pig.newplan.logical.relational
ExecutableManager
          ExecutableManager manages an external executable which processes data in a Pig query.
StreamingCommand
          StreamingCommand represents the specification of an external command to be executed in a Pig Query.
 



Copyright © 2007-2012 The Apache Software Foundation