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

Packages that use FileInputFormat
org.apache.hadoop.contrib.index.example   
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.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
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.contrib.index.example
 

Subclasses of FileInputFormat in org.apache.hadoop.contrib.index.example
 class LineDocInputFormat
          An InputFormat for LineDoc for plain text files where each line is a doc.
 

Uses of FileInputFormat in org.apache.hadoop.mapred
 

Subclasses of FileInputFormat in org.apache.hadoop.mapred
 class KeyValueTextInputFormat
          Deprecated. Use KeyValueTextInputFormat instead
 class MultiFileInputFormat<K,V>
          Deprecated. Use CombineFileInputFormat instead
 class SequenceFileAsBinaryInputFormat
          Deprecated. Use SequenceFileAsBinaryInputFormat instead
 class SequenceFileAsTextInputFormat
          Deprecated. Use SequenceFileAsTextInputFormat instead
 class SequenceFileInputFilter<K,V>
          Deprecated. Use SequenceFileInputFilter instead
 class SequenceFileInputFormat<K,V>
          Deprecated. Use SequenceFileInputFormat instead.
 class TextInputFormat
          Deprecated. Use TextInputFormat instead.
 

Uses of FileInputFormat in org.apache.hadoop.mapred.lib
 

Subclasses of FileInputFormat in org.apache.hadoop.mapred.lib
 class NLineInputFormat
          Deprecated. Use NLineInputFormat instead
 

Uses of FileInputFormat in org.apache.hadoop.streaming
 

Subclasses of FileInputFormat in org.apache.hadoop.streaming
 class AutoInputFormat
          An InputFormat that tries to deduce the types of the input files automatically.
 class StreamInputFormat
          An input format that selects a RecordReader based on a JobConf property.
 



Copyright © 2009 The Apache Software Foundation