Ch: HFileV2 is the file format used by 0.96 It is not a bug w.r.t. HFileV1 support.
Cheers On Jul 22, 2014, at 1:27 AM, Esteban Gutierrez <[email protected]> wrote: > Hi, > > Are you getting any kind of error? even if ImportTsv > uses HFileOutputFormat.configureIncrementalLoad() method, internally the > HFileOutputFormat2 is used: > > https://github.com/apache/hbase/blob/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java#L360 > > cheers, > esteban. > > > -- > Cloudera, Inc. > > > > On Tue, Jul 22, 2014 at 2:09 AM, ch huang <[email protected]> wrote: > >> hi,maillist: >> i view the code of importTsv in hbase 0.96, when it do bulk output >> ,it still use HFileOutputFormat not HFileOutputFormat2 ,however ,in hbase >> 0.96 ,it dose not support HFileV1, >> Is it a bug of importTsv ? >>
