They are used in hadoop org.apache.hadoop.io.SequenceFile
org.apache.hadoop.io.file.tfile.TFile On Tue, Mar 22, 2011 at 10:06 PM, Ryan Rawson <ryano...@gmail.com> wrote: > 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 :) > > >