Hi!

I've just pushed the unified 4.x branch discussed in
https://issues.apache.org/jira/browse/PHOENIX-5721, and on the mailing list.

>From now on, 4.x-HBase-1.3, 4.x-HBase-1.4 and 4.x-HBase 1.5 should be
considered obsolete, all new 4.x development should occur on the 4.x
branch.

https://github.com/apache/phoenix/tree/4.x

The build options are detailed in the new README.md file, but a short recap:

You can specify the HBase version to build, test, and shade against through
the hbase.profile system property. i.e:

mvn install -Dhbase.profile=1.5
mvn install -Dhbase.profile=1.4
mvn install -Dhbase.profile=1.3

will build, test, and package Phoenix with the corresponding HBase version,
and the necessary compatibility classes.

The default is hbase.profile=1.5.

Please do not push any new work into the old branches.

The 4.15 branches continue as before.

I will add the new test matrix jenkins jobs soon, but it may take a few
days until I shake out the problems.

If there are any questions, please let me know. If there are any bugs
resulting from the unification work, please also let me know, and open
JIRAs.

regards
Istvan

Reply via email to