exposebox / node-thrift2-hbase

An HBase thrift wrapper for Node.js
ISC License
17 stars 7 forks source link

where is the "create" api #22

Open 0xZoomEye opened 3 years ago

0xZoomEye commented 3 years ago

i can not find create api in the document, does it support ? and does it support hbase v2?

Ran-P commented 3 years ago

The latest version of hbase.thrift that we use is 1.1.13.

You can take a v2 hbase.thrift file and generate new gen-nodejs file.

Test it to see if there were breaking changes.

0xZoomEye commented 3 years ago

i found "createTable" interface in v2 hbase.thrift. why hbase.thrift did not update to v2? it`s little hard for me who are not familiar to hbase to do this. @rabn-expose