Uses of Class
org.apache.hadoop.mapreduce.lib.input.FileSplit

Packages that use FileSplit
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce.lib.input   
 

Uses of FileSplit in org.apache.hadoop.mapred
 

Constructors in org.apache.hadoop.mapred with parameters of type FileSplit
FileSplit(FileSplit fs)
           
 

Uses of FileSplit in org.apache.hadoop.mapreduce.lib.input
 

Methods in org.apache.hadoop.mapreduce.lib.input that return FileSplit
protected static FileSplit NLineInputFormat.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  FileSplit FileInputFormat.makeSplit(Path file, long start, long length, String[] hosts)
          A factory that makes the split for this class.
 

Methods in org.apache.hadoop.mapreduce.lib.input that return types with arguments of type FileSplit
static List<FileSplit> NLineInputFormat.getSplitsForFile(FileStatus status, Configuration conf, int numLinesPerSplit)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.