@InterfaceAudience.Public @InterfaceStability.Stable public class MultipleSequenceFileOutputFormat<K,V> extends MultipleOutputFormat<K,V>
Constructor and Description |
---|
MultipleSequenceFileOutputFormat() |
Modifier and Type | Method and Description |
---|---|
protected RecordWriter<K,V> |
getBaseRecordWriter(FileSystem fs,
JobConf job,
String name,
Progressable arg3) |
generateActualKey, generateActualValue, generateFileNameForKeyValue, generateLeafFileName, getInputFileBasedOutputFileName, getRecordWriter
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath
protected RecordWriter<K,V> getBaseRecordWriter(FileSystem fs, JobConf job, String name, Progressable arg3) throws IOException
getBaseRecordWriter
in class MultipleOutputFormat<K,V>
fs
- the file system to usejob
- a job conf objectname
- the name of the file over which a record writer object will be
constructedarg3
- a progressable objectIOException
Copyright © 2021 Apache Software Foundation. All rights reserved.