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

Remove HBase 0.94 support #36

Closed
jerryjch opened this issue Jan 13, 2017 · 5 comments
Closed

Remove HBase 0.94 support #36

jerryjch opened this issue Jan 13, 2017 · 5 comments
Assignees

Comments

@jerryjch
Copy link
Member

HBase 0.94 is an old release. Let's deprecate its support.

@jerryjch
Copy link
Member Author

There are probably still a lot of 0.94 deployments. It is a long release with many patch releases.
Let's see if we want to remove its support completely.

@jerryjch
Copy link
Member Author

Here is a recent survey on the HBase versions used in production from the hbase user list.
https://groups.google.com/forum/#!topic/nosql-databases/TSM63rkMCYc

@jerryjch
Copy link
Member Author

jerryjch commented Jan 23, 2017

This is also going to be tied with our hadoop support. #39

Currently in janusgraph-hbase-parent/janusgraph-hbase-094/pom.xml:

<properties>
    <hadoop.version>${hadoop1.version}</hadoop.version>
    <jruby.version>1.6.5</jruby.version>
    <hadoop.profile>1.0</hadoop.profile>

In the HBase doc, HBase 0.94 claims to only support hadoop 1.
https://hbase.apache.org/book.html#hadoop

If we only support hadoop2, it is going to be hard to have HBase 0.94.

@hsaputra
Copy link
Member

I think we should just deprecate support for 0.94 while we can. Supporting more versions especially HBase 0.94 is a PITA.

Since we are "new" project it is making sense to start with latest dependencies as much as we can.

@jerryjch jerryjch changed the title Deprecate HBase 0.94 support Remove HBase 0.94 support Jan 24, 2017
@jerryjch jerryjch self-assigned this Jan 25, 2017
@jerryjch
Copy link
Member Author

Resolved by Pull request #63

@jerryjch jerryjch added this to the Release v0.1.0 milestone Apr 2, 2017
dpitera pushed a commit to dpitera/janusgraph that referenced this issue Jun 9, 2017
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