Hi, I was trying to serialize data in sequence files. I found that there is a SequenceFileRecordReader available in Hadoop, but there is no SequenceFileRecordWriter. I was curious if I am missing something here. Does anyone know if there is a SequenceFileRecordWriter or why there isn't one? My data is record based, hence the interest in using these record writers and readers.
Thanks, Shubham.