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

Packages that use FileInputFormat
org.apache.hadoop.examples Hadoop example code. 
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.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.examples.terasort
 

Subclasses of FileInputFormat in org.apache.hadoop.examples.terasort
 class TeraInputFormat
          An input format that reads the first 10 characters of each line as the key and the rest of the line as the value.
 

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 KeyValueTextInputFormat
          An InputFormat for plain text files.
 class NLineInputFormat
          NLineInputFormat which splits N lines of input as one split.
 class SequenceFileAsBinaryInputFormat
          InputFormat reading keys, values from SequenceFiles in binary (raw) format.
 class SequenceFileAsTextInputFormat
          This 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 InputFormat for SequenceFiles.
 class TextInputFormat
          An InputFormat for plain text files.
 



Copyright © 2009 The Apache Software Foundation