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 ? >
