org.apache.pig.impl.streaming
Class DefaultOutputHandler
java.lang.Object
org.apache.pig.impl.streaming.OutputHandler
org.apache.pig.impl.streaming.DefaultOutputHandler
public class DefaultOutputHandler
- extends OutputHandler
FileOutputHandler handles the output from the Pig-Streaming
executable in an synchronous manner by reading its output
via its stdout
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultOutputHandler
public DefaultOutputHandler()
DefaultOutputHandler
public DefaultOutputHandler(StreamingCommand.HandleSpec spec)
getOutputType
public OutputHandler.OutputType getOutputType()
- Description copied from class:
OutputHandler
- Get the handled
OutputType
.
- Specified by:
getOutputType
in class OutputHandler
- Returns:
- the handled
OutputType
Copyright © 2012 The Apache Software Foundation