There are 2 ways to count the number of rows in an HBase table:
Run the following from the linux command line:
$ hbase org.apache.hadoop.hbase.mapreduce.RowCounter MyTableName
Run the following from the hbase shell (which is accessible from the Hue shell):
> count 'MyTableName'
This comment has been removed by the author.
ReplyDelete