Uses of Class
org.apache.hadoop.mapred.FileInputFormat
Packages that use FileInputFormat
-
Uses of FileInputFormat in org.apache.hadoop.mapred
Subclasses of FileInputFormat in org.apache.hadoop.mapredModifier and TypeClassDescriptionclassFixedLengthInputFormat is an input format used to read input files which contain fixed length records.classAnInputFormatfor plain text files.classMultiFileInputFormat<K,V> An abstractInputFormatthat returnsMultiFileSplit's inMultiFileInputFormat.getSplits(JobConf, int)method.classInputFormat reading keys, values from SequenceFiles in binary (raw) format.classThis class is similar to SequenceFileInputFormat, except it generates SequenceFileAsTextRecordReader which converts the input keys and values to their String forms by calling toString() method.classA class that allows a map/red job to work on a sample of sequence files.classAnInputFormatforSequenceFiles.classAnInputFormatfor plain text files. -
Uses of FileInputFormat in org.apache.hadoop.mapred.lib
Subclasses of FileInputFormat in org.apache.hadoop.mapred.libModifier and TypeClassDescriptionclassNLineInputFormat which splits N lines of input as one split.Constructors in org.apache.hadoop.mapred.lib with parameters of type FileInputFormatModifierConstructorDescriptionprotectedCombineFileRecordReaderWrapper(FileInputFormat<K, V> inputFormat, CombineFileSplit split, Configuration conf, Reporter reporter, Integer idx)