Generated by
JDiff

Package org.apache.pig.impl.streaming

Changed Classes
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.
FileOutputHandler FileOutputHandler handles the output from the Pig-Streaming executable in an asynchronous manner by reading it from an external file specified by the user.
InputHandler InputHandler is responsible for handling the input to the Pig-Streaming external command.
OutputHandler OutputHandler is responsible for handling the output of the Pig-Streaming external command.
StreamingCommand.HandleSpec Specification about the usage of the Handle to communicate with the external process.