@InterfaceAudience.Public @InterfaceStability.Stable public class CombineTextInputFormat extends CombineFileInputFormat<LongWritable,Text>
CombineFileInputFormat
-equivalent for
TextInputFormat
.CombineFileInputFormat
SPLIT_MINSIZE_PERNODE, SPLIT_MINSIZE_PERRACK
DEFAULT_LIST_STATUS_NUM_THREADS, INPUT_DIR, INPUT_DIR_RECURSIVE, LIST_STATUS_NUM_THREADS, NUM_INPUT_FILES, PATHFILTER_CLASS, SPLIT_MAXSIZE, SPLIT_MINSIZE
コンストラクタと説明 |
---|
CombineTextInputFormat() |
修飾子とタイプ | メソッドと説明 |
---|---|
RecordReader<LongWritable,Text> |
getRecordReader(InputSplit split,
JobConf conf,
Reporter reporter)
This is not implemented yet.
|
createPool, createPool, createRecordReader, getSplits, isSplitable, listStatus
createPool, createPool, getFileBlockLocations, getSplits, isSplitable, setMaxSplitSize, setMinSplitSizeNode, setMinSplitSizeRack
addInputPath, addInputPathRecursively, addInputPaths, computeSplitSize, getBlockIndex, getFormatMinSplitSize, getInputDirRecursive, getInputPathFilter, getInputPaths, getMaxSplitSize, getMinSplitSize, listStatus, makeSplit, makeSplit, setInputDirRecursive, setInputPathFilter, setInputPaths, setInputPaths, setMaxInputSplitSize, setMinInputSplitSize
public CombineTextInputFormat()
public RecordReader<LongWritable,Text> getRecordReader(InputSplit split, JobConf conf, Reporter reporter) throws IOException
CombineFileInputFormat
getRecordReader
インタフェース内 InputFormat<LongWritable,Text>
getRecordReader
クラス内 CombineFileInputFormat<LongWritable,Text>
split
- the InputSplit
conf
- the job that this split belongs toRecordReader
IOException
Copyright © 2016 Apache Software Foundation. All rights reserved.