Package org.apache.hadoop.mapreduce.lib.input

Class Summary
FileInputFormat<K,V> A base class for file-based InputFormats.
FileSplit A section of an input file.
LineRecordReader Treats keys as offset in file and value as line.
SequenceFileInputFormat<K,V> An InputFormat for SequenceFiles.
SequenceFileRecordReader<K,V> An RecordReader for SequenceFiles.
TextInputFormat An InputFormat for plain text files.
 

Exception Summary
InvalidInputException This class wraps a list of problems with the input, so that the user can get a list of problems together instead of finding and fixing them one by one.
 



Copyright © 2009 The Apache Software Foundation