Is there any command that I can learn the size of a table at Hbase? I use Hbase to hold my crawl data from Nutch.
To count rows/columns in a table you need to run a map/reduce program. HBase ships with a m/r that does that see here