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

can I get multi rows in one request

simonchan2013 opened this issue · comments

excuse me, if I want to get all rows which row_key like "a_xxx"(such as a_001, a_002, a_100,...), how can I get all of these rows with one request? thanks

You need to set up a filter, probably based on a regex. Look at those tests