Hello, On Sat, Mar 19, 2011 at 9:31 PM, Weishung Chung <[email protected]> wrote: > 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.
HBase provides its own format called HFile. See http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/io/hfile/HFile.html for details! -- Harsh J http://harshj.com
