- 源码下载 https://www.apache.org/dyn/closer.cgi/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz
- 解压,修改pom.xml,添加repositories(依赖无法获取)
<repository>
<id>maven.restlet.org</id>
<name>maven.restlet.talend.com</name>
<url>https://repo.spring.io/libs-milestone/</url>
</repository>
<repository>
<id>repo.clojars.org</id>
<name>repo.clojars.org</name>
<url>https://repo.clojars.org/</url>
</repository>
3. 编译
4. 安装 cd apache-atlas-sources-2.1.0/distro/target
mvn -DskipTests=true clean package -P embedded-hbase-solr,dist
http://atlas.apache.org/#/Installation
bin/atlas_start.py
5. quickstart
http://atlas.apache.org/#/QuickStart
bin/quick-start.sh