Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for HBase 1.2.6 #13

Open
gsanjairaj opened this issue Dec 10, 2017 · 3 comments
Open

Support for HBase 1.2.6 #13

gsanjairaj opened this issue Dec 10, 2017 · 3 comments

Comments

@gsanjairaj
Copy link

I compiled nodejs thrift bindings using thrift2 0.11.0 for HBase 1.2.6 and it is working fine (I am yet to test all interfaces). I have forked this repository as https://github.com/gsanjairaj/hbase-thrift2-client.

So, bindings for HBase 1.2.6 can be updated in this repository.

@moshewe
Copy link
Contributor

moshewe commented Dec 11, 2017

Thanks for the information!
Can you please detail what interfaces you did check? I'd really like to add this to supported configurations list.

Please keep us posted on how things go.

@gsanjairaj
Copy link
Author

I am currently in starting stages of developing an application using HBase 1.2.6 and thus I have just used getRow interface alone as of now. I'll keep you updated. I have modified serde.js to support buffer as below:
case "buffer":
return valueObj.value;
And updated the gen-nodejs folder files for HBase 1.2.6

@moshewe
Copy link
Contributor

moshewe commented Dec 12, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants