node-thrift2-hbase
node-thrift2-hbase copied to clipboard
where is the "create" api
i can not find create api in the document, does it support ? and does it support hbase v2?
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.
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