Curious, why do you mention "SequenceFile" and "TFile". Neither of those are either in the hbase.io, and TFile is not used anywhere in HBase.
-ryan On Sat, Mar 19, 2011 at 9:01 AM, Weishung Chung <weish...@gmail.com> wrote: > I am browsing through the hadoop.io package and was wondering what other > file formats are available in hadoop other than SequenceFile and TFile? > Is all data written through hadoop including those from hbase saved in the > above formats? It seems like SequenceFile is in key value pair format. > > Thank you so much :) >