-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
Thanks for the information! Please keep us posted on how things go. |
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: |
OK, sounds great!
Let us know how it works for the rest of the interface.
<https://mailtrack.io/> Sent with Mailtrack
<https://mailtrack.io/install?source=signature&lang=en&[email protected]&idSignature=22>
…On Tue, Dec 12, 2017 at 3:20 AM, gsanjairaj ***@***.***> wrote:
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
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG8XeUYFcvpwWd8Zn4qcwNPmk4ijBRDxks5s_dT2gaJpZM4Q8sJv>
.
|
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.
The text was updated successfully, but these errors were encountered: