Is there any command that I can learn the size of a table at Hbase?

前端 未结 2 956
忘了有多久
忘了有多久 2020-12-31 10:24

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.

2条回答
  •  温柔的废话
    2020-12-31 11:22

    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

提交回复
热议问题