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

Packages that use FileInputFormat
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.mapreduce.lib.input   
 

Uses of FileInputFormat in org.apache.hadoop.examples
 

Subclasses of FileInputFormat in org.apache.hadoop.examples
static class MultiFileWordCount.MyInputFormat
          To use CombineFileInputFormat, one should extend it, to return a (custom) RecordReader.
 

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

Subclasses of FileInputFormat in org.apache.hadoop.mapreduce.lib.input
 class CombineFileInputFormat<K,V>
          An abstract InputFormat that returns CombineFileSplit's in InputFormat.getSplits(JobContext) method.
 class SequenceFileInputFormat<K,V>
          An InputFormat for SequenceFiles.
 class TextInputFormat
          An InputFormat for plain text files.
 



Copyright © 2009 The Apache Software Foundation