FileInputFormat
is the base class for all file-based InputFormat
s. This provides a generic implementation of {@link #getSplits(JobConf,int)}. Subclasses of FileInputFormat
can also override the {@link #isSplitable(FileSystem,Path)} method to ensure input-files arenot split-up and are processed as a whole by {@link Mapper}s.
@deprecated Use {@link org.apache.hadoop.mapreduce.lib.input.FileInputFormat}instead.
|
|
|
|