Uses of Class
org.apache.hadoop.mapred.FileSplit

Packages that use FileSplit
org.apache.hadoop.contrib.index.example   
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.streaming Hadoop Streaming is a utility which allows users to create and run Map-Reduce jobs with any executables (e.g. 
 

Uses of FileSplit in org.apache.hadoop.contrib.index.example
 

Constructors in org.apache.hadoop.contrib.index.example with parameters of type FileSplit
LineDocRecordReader(org.apache.hadoop.conf.Configuration job, FileSplit split)
          Constructor
 

Uses of FileSplit in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred 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.
 

Constructors in org.apache.hadoop.mapred with parameters of type FileSplit
KeyValueLineRecordReader(org.apache.hadoop.conf.Configuration job, FileSplit split)
           
SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader(org.apache.hadoop.conf.Configuration conf, FileSplit split)
           
SequenceFileAsTextRecordReader(org.apache.hadoop.conf.Configuration conf, FileSplit split)
           
SequenceFileRecordReader(org.apache.hadoop.conf.Configuration conf, FileSplit split)
           
 

Uses of FileSplit in org.apache.hadoop.streaming
 

Methods in org.apache.hadoop.streaming that return FileSplit
static FileSplit StreamUtil.getCurrentSplit(JobConf job)
           
 

Constructors in org.apache.hadoop.streaming with parameters of type FileSplit
StreamBaseRecordReader(org.apache.hadoop.fs.FSDataInputStream in, FileSplit split, Reporter reporter, JobConf job, org.apache.hadoop.fs.FileSystem fs)
           
StreamXmlRecordReader(org.apache.hadoop.fs.FSDataInputStream in, FileSplit split, Reporter reporter, JobConf job, org.apache.hadoop.fs.FileSystem fs)
           
 



Copyright © 2009 The Apache Software Foundation