Atlas编译
准备
开始编译
本文是在windows 10
的环境下利用git
命令行编译,进入atlas
的源码目录,
- 第一步
MAVEN_OPTS="-Xms4g -Xmx4g"
- 第二步
mvn clean -DskipTests install -T 16C
结果如下:
- 第三步
mvn clean -DskipTests package -Pdist
结果如下:
进入distro/target
目录下能够看到
distro/target/apache-atlas-<version>-bin.tar.gz
distro/target/apache-atlas-<version>-hbase-hook.tar.gz
distro/target/apache-atlas-<version>-hive-hook.tar.gz
distro/target/apache-atlas-<version>-impala-hook.tar.gz
distro/target/apache-atlas-<version>-kafka-hook.tar.gz
distro/target/apache-atlas-<version>-server.tar.gz
distro/target/apache-atlas-<version>-sources.tar.gz
distro/target/apache-atlas-<version>-sqoop-hook.tar.gz
distro/target/apache-atlas-<version>-storm-hook.tar.gz
如下所示:
总结
初步来看,atlas
编译已经成功了,如果看到这篇文档的大佬们有什么更好的操作请在本文下方留言。