How did you count the rows in the tables, using rowcounter ? Regards, Ashish Singhi
-----Original Message----- From: Jean-Marc Spaggiari [mailto:[email protected]] Sent: 22 September 2015 18:15 To: user Subject: Re: Hbase import/export change number of rows Very interesting. Are you able to figure which rows are missing? What version of HBase are you using? How big is your table? What does the 2 Export and Import tools report? Is the ingestion stopped while doing the export/import sequence? Can you reproduce that every time? Thanks, JM 2015-09-22 8:03 GMT-04:00 OM PARKASH Nain <[email protected]>: > 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. >
