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

does it support mget, checkAndPut, incrementColumnValue?

cosdy opened this issue · comments

I thing it supports the mget operation as illustrated in this test. I'm not sure the checkAndPut is exposed by the REST API. At least it wasn't available at the time I wrote the driver. Also it is probably replaced by an HTTP status code. As for the incrementColumnValue, it is not implemented, it didn't exist at the time.