Uses of Class
org.apache.hadoop.mapreduce.lib.input.FileSplit
Packages that use FileSplit
-
Uses of FileSplit in org.apache.hadoop.mapred
Constructors in org.apache.hadoop.mapred with parameters of type FileSplit -
Uses of FileSplit in org.apache.hadoop.mapreduce.lib.input
Methods in org.apache.hadoop.mapreduce.lib.input 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.protected 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.Methods in org.apache.hadoop.mapreduce.lib.input that return types with arguments of type FileSplitModifier and TypeMethodDescriptionNLineInputFormat.getSplitsForFile(FileStatus status, Configuration conf, int numLinesPerSplit)