-
Notifications
You must be signed in to change notification settings - Fork 163
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
Test with HBase 0.98 (and add compat mode) #59
Comments
Yeah !! facing same issue |
Well, perhaps you could run the test suite against 0.98 and report on the results... |
I am using happybase-0.9, and in it's connection.py I can see option is available for |
just use 0.96
On 17 August 2015 11:04:57 CEST, shubhra5 [email protected] wrote:
|
Is there any replacement available for happybase at the moment? |
what makes you think you need a replacement? have you tried at all?
Sent from my phone. Please forgive my tpyos. On January 15, 2016 4:50:33 PM GMT+01:00, samriang [email protected] wrote:
|
Yep, I've tried ofc. At the moment HappyBase works smoothly, but I'm looking to the future. |
I'm not sure where you got that happybase is supposedly "no more supported". HBase Thrift is a stable interface, and Happybase targets that interface. What "supported in happybase" means is basically that it wraps most of the features that the Thrift API offers, and that it has been tested. Newer HBase versions may add new features, which may not be accessible from happybase since they haven't been implemented in happybase (yet). Anyway, since the HBase Thrift API is stable, current happybase versions will work just fine with newer hbase versions. Having a "0.98" compat mode in the code that really doesn't do anything than it would do with "0.96" would just be marketing. |
For clarity: Happybase does work with HBase 0.98 just fine. 0.98-only features have not been added, that's all. |
I got info about support from http://happybase.readthedocs.org/ |
well i don't use all the software i ever wrote nowadays, doesn't mean it doesn't work anymore. ;) |
while happybase worked fine against hbase 0.98 when using the 0.96 compat mode, there is now a real 0.98 compat mode (see #155). closing this. |
Happybase works fine with HBase 0.98 but does not support newly introduced features.
Implementing these new features (with proper tests) would be a nice to have.
The text was updated successfully, but these errors were encountered: