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.
One possible method:
count 'table_name', INTERVAL=> 1