Uses of Class
org.apache.hadoop.mapred.FileSplit
Packages that use FileSplit
-
Uses of FileSplit in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return FileSplitModifier and TypeMethodDescriptionprotected FileSplitA factory that makes the split for this class.protected FileSplitFileInputFormat.makeSplit(Path file, long start, long length, String[] hosts, String[] inMemoryHosts) A factory that makes the split for this class.Constructors in org.apache.hadoop.mapred with parameters of type FileSplitModifierConstructorDescriptionKeyValueLineRecordReader(Configuration job, FileSplit split) SequenceFileAsTextRecordReader(Configuration conf, FileSplit split) SequenceFileRecordReader(Configuration conf, FileSplit split) -
Uses of FileSplit in org.apache.hadoop.mapred.lib
Methods in org.apache.hadoop.mapred.lib that return FileSplitModifier and TypeMethodDescriptionprotected static FileSplitNLineInputFormat.createFileSplit(Path fileName, long begin, long length) NLineInputFormat uses LineRecordReader, which always reads (and consumes) at least one character out of its upper split boundary.