Re: File formats in Hadoop

2011-03-22 Thread Weishung Chung
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 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 > HB

Re: File formats in Hadoop

2011-03-22 Thread Ryan Rawson
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 wrote: > I am browsing through the hadoop.io package and was wondering what other > file formats ar

File formats in Hadoop

2011-03-19 Thread Weishung Chung
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 y