how to list all row keys in an hbase table?

hbase_user picture hbase_user · Mar 7, 2011 · Viewed 32k times · Source

Can anybody tell me, how to list all row keys in an hbase table?

Answer

Haimei picture Haimei · Nov 10, 2014

The HBase shell could be used to list all the row keys:

count 'table_name', { INTERVAL => 1 }