Uses of Class
org.apache.hadoop.mapreduce.lib.input.SequenceFileInputFormat
Packages that use SequenceFileInputFormat
-
Uses of SequenceFileInputFormat in org.apache.hadoop.mapreduce.lib.input
Subclasses of SequenceFileInputFormat in org.apache.hadoop.mapreduce.lib.inputModifier and TypeClassDescriptionclassInputFormat 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.