Savinay Narendra
Savinay Narendra

Reputation: 75

Connect to Hbase instance using nodejs

I am trying to figure out how to connect to Hbase(0.98) using Nodejs. I have tried using hbase-client but that is for hbase 0.94 and below. Can anybody guide me on how to go about it?

Upvotes: 1

Views: 639

Answers (1)

Ko2r
Ko2r

Reputation: 1631

To make it simple I would use the REST API (or thrift if you are familiar with)

Upvotes: 1

Related Questions