Commit 86af9e3b by Madhan Neethiraj

ATLAS-2736: doc updated to replace reference to github with a link to download released artifacts

(cherry picked from commit 54623efb87817a81adbc4c5211522905a57ac52c)
parent c1f56324
---++ Building & Installing Apache Atlas ---++ Building & Installing Apache Atlas
---+++ Building Apache Atlas ---+++ Building Apache Atlas
Download Apache Atlas 1.0.0 release sources, apache-atlas-1.0.0-sources.tar.gz, from [[http://atlas.apache.org/Downloads.html][downloads]] page.
Then follow the instructions below to to build Apache Atlas.
<verbatim> <verbatim>
git clone https://github.com/apache/atlas.git atlas tar xvfz apache-atlas-1.0.0-sources.tar.gz
cd atlas cd apache-atlas-sources-1.0.0/
git checkout branch-1.0
export MAVEN_OPTS="-Xms2g -Xmx2g" export MAVEN_OPTS="-Xms2g -Xmx2g"
mvn clean -DskipTests install</verbatim> mvn clean -DskipTests install</verbatim>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment