4.编译 Phoenix
编译Phoenix
- 拉取源码
cd /opt/software/source
git clone https://git-wip-us.apache.org/repos/asf/phoenix.git- 编译
cd phoenix
mvn clean package -DskipTests -Dhbase.profile=2.2 -Dhbase.version=2.2.4cd /opt/software/source
git clone https://git-wip-us.apache.org/repos/asf/phoenix.gitcd phoenix
mvn clean package -DskipTests -Dhbase.profile=2.2 -Dhbase.version=2.2.4