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

HBase 0.98 compatibility with node module

ScorpioKing opened this issue · comments

Hello, I am trying to implement CRUD operations with Hbase 0.98. For creation of tables and insertion of data it is working fine. But while retriving it is giving 404- not found response. I checked through hbase shell, data is present. I want to know whether 0.98 is supported or not with this module.

I havent tried 0.98 but it should work in the sense that the rest api doesn't mention any change.

Old issue, closing.