public class MultipleSequenceFileOutputFormat<K,V> extends MultipleOutputFormat<K,V>
FileOutputFormat.Counter
构造器和说明 |
---|
MultipleSequenceFileOutputFormat() |
限定符和类型 | 方法和说明 |
---|---|
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
在类中 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 © 2009 The Apache Software Foundation