9
votes

How can I print out only the row keys in a particular HBase table, using the hbase shell? The 'scan' command prints out all columns.

1

1 Answers

19
votes

One possible method:

count 'table_name', INTERVAL=> 1