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