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

Packages that use FileSplit
org.apache.hadoop.examples.terasort This package consists of 3 map/reduce applications for Hadoop to compete in the annual terabyte sort competition. 
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.mapreduce.lib.input   
 

Uses of FileSplit in org.apache.hadoop.examples.terasort
 

Methods in org.apache.hadoop.examples.terasort that return FileSplit
protected  FileSplit TeraInputFormat.makeSplit(org.apache.hadoop.fs.Path file, long start, long length, String[] hosts)
           
 

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  FileSplit FileInputFormat.makeSplit(org.apache.hadoop.fs.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(org.apache.hadoop.fs.FileStatus status, org.apache.hadoop.conf.Configuration conf, int numLinesPerSplit)
           
 



Copyright © 2009 The Apache Software Foundation