Uses of Class
org.apache.hadoop.mapreduce.lib.input.FileInputFormat
Packages that use FileInputFormat
-
Uses of FileInputFormat in org.apache.hadoop.mapred.lib
Subclasses of FileInputFormat in org.apache.hadoop.mapred.libModifier and TypeClassDescriptionclassAn abstractInputFormatthat returnsCombineFileSplit's inInputFormat.getSplits(JobConf, int)method.classInput format that is aCombineFileInputFormat-equivalent forSequenceFileInputFormat.classInput format that is aCombineFileInputFormat-equivalent forTextInputFormat. -
Uses of FileInputFormat in org.apache.hadoop.mapreduce.lib.input
Subclasses of FileInputFormat in org.apache.hadoop.mapreduce.lib.inputModifier and TypeClassDescriptionclassAn abstractInputFormatthat returnsCombineFileSplit's inInputFormat.getSplits(JobContext)method.classInput format that is aCombineFileInputFormat-equivalent forSequenceFileInputFormat.classInput format that is aCombineFileInputFormat-equivalent forTextInputFormat.classFixedLengthInputFormat is an input format used to read input files which contain fixed length records.classAnInputFormatfor plain text files.classNLineInputFormat which splits N lines of input as one split.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.Constructors in org.apache.hadoop.mapreduce.lib.input with parameters of type FileInputFormatModifierConstructorDescriptionprotectedCombineFileRecordReaderWrapper(FileInputFormat<K, V> inputFormat, CombineFileSplit split, TaskAttemptContext context, Integer idx)