public class SequenceFileOutputFormat<K,V> extends FileOutputFormat<K,V>
OutputFormat that writes SequenceFiles.BASE_OUTPUT_NAME, PART| Constructor and Description |
|---|
SequenceFileOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.io.SequenceFile.CompressionType |
getOutputCompressionType(JobContext job)
Get the
SequenceFile.CompressionType for the output SequenceFile. |
RecordWriter<K,V> |
getRecordWriter(TaskAttemptContext context)
Get the
RecordWriter for the given task. |
static void |
setOutputCompressionType(Job job,
org.apache.hadoop.io.SequenceFile.CompressionType style)
Set the
SequenceFile.CompressionType for the output SequenceFile. |
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPathpublic RecordWriter<K,V> getRecordWriter(TaskAttemptContext context) throws java.io.IOException, java.lang.InterruptedException
OutputFormatRecordWriter for the given task.getRecordWriter in class FileOutputFormat<K,V>context - the information about the current task.RecordWriter to write the output for the job.java.io.IOExceptionjava.lang.InterruptedExceptionpublic static org.apache.hadoop.io.SequenceFile.CompressionType getOutputCompressionType(JobContext job)
SequenceFile.CompressionType for the output SequenceFile.job - the JobSequenceFile.CompressionType for the output SequenceFile,
defaulting to SequenceFile.CompressionType.RECORDpublic static void setOutputCompressionType(Job job, org.apache.hadoop.io.SequenceFile.CompressionType style)
SequenceFile.CompressionType for the output SequenceFile.job - the Job to modifystyle - the SequenceFile.CompressionType for the output
SequenceFileCopyright © 2009 The Apache Software Foundation