| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileInputFormat | |
|---|---|
| org.apache.hadoop.mapreduce.lib.input | |
| 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 InputFormatthat returnsCombineFileSplit's inInputFormat.getSplits(JobContext)method. | 
|  class | KeyValueTextInputFormatAn InputFormatfor plain text files. | 
|  class | NLineInputFormatNLineInputFormat which splits N lines of input as one split. | 
|  class | SequenceFileAsBinaryInputFormatInputFormat reading keys, values from SequenceFiles in binary (raw) format. | 
|  class | SequenceFileAsTextInputFormatThis class is similar to SequenceFileInputFormat, except it generates SequenceFileAsTextRecordReader which converts the input keys and values to their String forms by calling toString() method. | 
|  class | SequenceFileInputFilter<K,V>A class that allows a map/red job to work on a sample of sequence files. | 
|  class | SequenceFileInputFormat<K,V>An InputFormatforSequenceFiles. | 
|  class | TextInputFormatAn InputFormatfor plain text files. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||