Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As 2.0.0-alpha4-SNAPSHOT is not available on a public repository. so the user needs to download HBase code and install the libraries in local repository by using maven in order to compile Phoenix code
git clone https://github.com/apache/hbase.git
git checkout branch-2
mvn clean install -DskipTests
We will update the HBase version to 2.0.0-alpha4 once it is released.