I have some basic questions about the hadoop sequential file.
1) To what extent the default compression codec compresses the file?
2) I have hadoop sequence file of 100 MB when i read this file and dump its content to text file size of text file i observed is around 1GB(Is it Ok?)
3)While reading the sequence file what is the significance of "syncSeen()" and "seek(long position)" ? Is there any problem if i do not use these calls while reading? any example on how to use these methods?