TKey - Key typeTValue - Value typepublic abstract class AbstractNLineFileInputFormat<TKey,TValue>
extends org.apache.hadoop.mapreduce.lib.input.FileInputFormat<TKey,TValue>
NLineInputFormat to calculate the splits| Constructor and Description |
|---|
AbstractNLineFileInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.mapreduce.InputSplit> |
getSplits(org.apache.hadoop.mapreduce.JobContext job)
Logically splits the set of input files for the job, splits N lines of
the input as one split.
|
addInputPath, addInputPaths, getInputDirRecursive, getInputPathFilter, getInputPaths, getMaxSplitSize, getMinSplitSize, setInputDirRecursive, setInputPathFilter, setInputPaths, setInputPaths, setMaxInputSplitSize, setMinInputSplitSizepublic final List<org.apache.hadoop.mapreduce.InputSplit> getSplits(org.apache.hadoop.mapreduce.JobContext job) throws IOException
getSplits in class org.apache.hadoop.mapreduce.lib.input.FileInputFormat<TKey,TValue>IOExceptionFileInputFormat.getSplits(JobContext)Licenced under the Apache License, Version 2.0