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

Packages that use FileSplit
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
org.apache.hadoop.streaming   
 

Uses of FileSplit in org.apache.hadoop.mapred
 

Constructors in org.apache.hadoop.mapred with parameters of type FileSplit
SequenceFileRecordReader(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(FSDataInputStream in, FileSplit split, Reporter reporter, JobConf job, FileSystem fs)
           
StreamLineRecordReader(FSDataInputStream in, FileSplit split, Reporter reporter, JobConf job, FileSystem fs)
           
StreamSequenceRecordReader(FSDataInputStream in, FileSplit split, Reporter reporter, JobConf job, FileSystem fs)
           
StreamXmlRecordReader(FSDataInputStream in, FileSplit split, Reporter reporter, JobConf job, FileSystem fs)
           
 



Copyright © 2006 The Apache Software Foundation