Janusgraph: Remove HBase 0.94 support

Created on 13 Jan 2017  路  5Comments  路  Source: JanusGraph/janusgraph

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

Most helpful comment

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.

All 5 comments

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.

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

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.

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.

Resolved by Pull request #63

Was this page helpful?
0 / 5 - 0 ratings

Related issues

robertdale picture robertdale  路  4Comments

amcp picture amcp  路  5Comments

lmcrazy picture lmcrazy  路  5Comments

porunov picture porunov  路  4Comments

ThomasKoppensteiner picture ThomasKoppensteiner  路  3Comments