前提
机器:aws ecs2
系统:centos 7.4.1708
java:1.8.0_181
安装
安装gcc、gcc-c++
yum install -y gcc gcc-c++
克隆源码
git clone https://github.com/azkaban/azkaban.git
免测试构建
./gradlew build -x test