Package | Description |
---|---|
org.apache.pig.impl.streaming |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOutputHandler
FileOutputHandler handles the output from the Pig-Streaming
executable in an synchronous manner by reading its output
via its
stdout . |
class |
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.
|
class |
StreamingUDFOutputHandler |
Modifier and Type | Method and Description |
---|---|
static OutputHandler |
HandlerFactory.createOutputHandler(StreamingCommand command)
Create an
OutputHandler for the given output specification
of the StreamingCommand . |
Copyright © 2007-2017 The Apache Software Foundation