adaltas / node-hbase

Asynchronous HBase client for NodeJs using REST

Home Page:https://hbase.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get count for total records.

developer-ramesh opened this issue · comments

Hi,

How can I get total count of the records in HBase NodeJS?

Can anyone help me please?

Thanks in advance

Does HBase natively expose this information, I don't think. We only provide information available through the REST API. Please refer to the REST documentation. If it's not there, there is not much we can do. If it is there but we don't expose it, get back to us and we will.