org.apache.pig.impl.io
Class SequenceFileInterStorage.SequenceFileTupleOutputFormat
java.lang.Object
org.apache.hadoop.mapreduce.OutputFormat<K,V>
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,V>
org.apache.hadoop.mapreduce.lib.output.SequenceFileOutputFormat<org.apache.hadoop.io.NullWritable,BinSedesTuple>
org.apache.pig.impl.io.SequenceFileInterStorage.SequenceFileTupleOutputFormat
- Enclosing class:
- SequenceFileInterStorage
public static class SequenceFileInterStorage.SequenceFileTupleOutputFormat
- extends org.apache.hadoop.mapreduce.lib.output.SequenceFileOutputFormat<org.apache.hadoop.io.NullWritable,BinSedesTuple>
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat |
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat.Counter |
Method Summary |
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.NullWritable,BinSedesTuple> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
|
protected org.apache.hadoop.io.SequenceFile.Writer |
getSequenceWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
|
Methods inherited from class org.apache.hadoop.mapreduce.lib.output.SequenceFileOutputFormat |
getOutputCompressionType, setOutputCompressionType |
Methods inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat |
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceFileInterStorage.SequenceFileTupleOutputFormat
public SequenceFileInterStorage.SequenceFileTupleOutputFormat()
getSequenceWriter
protected org.apache.hadoop.io.SequenceFile.Writer getSequenceWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException
- Throws:
IOException
getRecordWriter
public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.NullWritable,BinSedesTuple> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException,
InterruptedException
- Overrides:
getRecordWriter
in class org.apache.hadoop.mapreduce.lib.output.SequenceFileOutputFormat<org.apache.hadoop.io.NullWritable,BinSedesTuple>
- Throws:
IOException
InterruptedException
Copyright © 2007-2012 The Apache Software Foundation