(A) Hadoop sequence file format stores sequences of binary key-value pairs
(B) SequenceFileAsBinaryInputFormat is a variant of SequenceFileInputFormat that retrieves the sequence file's keys and values as opaque binary objects
(C) SequenceFileAsTextInputFormat is a variant of SequenceFileInputFormat that retrieves the sequence file's keys and values as opaque binary objects.
Discusssion
Login to discuss.