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

Packages that use FileInputFormat
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 FileInputFormat in org.apache.hadoop.mapred
 

Subclasses of FileInputFormat in org.apache.hadoop.mapred
 class InputFormatBase
          Deprecated. replaced by FileInputFormat
 class KeyValueTextInputFormat
          An InputFormat for plain text files.
 class MultiFileInputFormat<K extends WritableComparable,V extends Writable>
          An abstract InputFormat that returns MultiFileSplit's in MultiFileInputFormat.getSplits(JobConf, int) method.
 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 extends WritableComparable,V extends Writable>
          A class that allows a map/red job to work on a sample of sequence files.
 class SequenceFileInputFormat<K extends WritableComparable,V extends Writable>
          An InputFormat for SequenceFiles.
 class TextInputFormat
          An InputFormat for plain text files.
 

Uses of FileInputFormat in org.apache.hadoop.streaming
 

Subclasses of FileInputFormat in org.apache.hadoop.streaming
 class StreamInputFormat
          An input format that selects a RecordReader based on a JobConf property.
 



Copyright © 2006 The Apache Software Foundation