I using two methods for row count: hbase shell:
count "Table1" another is: hbase org.apache.hadoop.hbase.mapreduce.RowCounter "Table1" Both give same number of row but export have different number of rows. hbase org.apache.hadoop.hbase.mapreduce.Export "Table1" "hdfs path" On Tue, Sep 22, 2015 at 5:33 PM, OM PARKASH Nain <[email protected] > wrote: > I am using Hbase export using command. > > hbase org.apache.hadoop.hbase.mapreduce.Export "Table1" "hdfs path" > > Then I use import command from HDFS to Hbase Table; > > hbase org.apache.hadoop.hbase.mapreduce.Import "hdfs path" "Table2" > > Then I count number of row in both tables, I found mismatch number of rows > > Table1:8301 Table2:8032 > > Please define what goes wrong with my system. >
