From 100fee3dfde04415dd5d7f1aa6110e52aee74b44 Mon Sep 17 00:00:00 2001 From: Madhan Neethiraj Date: Tue, 17 Jan 2017 23:28:44 -0800 Subject: [PATCH] ATLAS-1000: added build instructions to README.txt (cherry picked from commit 8f3eb0c29e99db7b59dbd85054333f796bc1edfa) --- README.txt | 23 ++++++++++++++- release-build.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 release-build.xml diff --git a/README.txt b/README.txt index fc84a5e47..778bc9326 100755 --- a/README.txt +++ b/README.txt @@ -37,4 +37,25 @@ Software Foundation (ASF), sponsored by the Apache Incubator PMC. For more information about the incubation status of the Apache Atlas project you can go to the following page: -http://incubator.apache.org/projects/atlas.html \ No newline at end of file +http://incubator.apache.org/projects/atlas.html + +Build Process +============= + +1. Check out the code from GIT repository + $ git clone https://github.com/apache/incubator-atlas.git + +2. Execute the following commands to build Apache Atlas + + $ cd incubator-atlas + $ export MAVEN_OPTS="-Xms2g -Xmx2g -XX:MaxPermSize=512M" + $ mvn clean install + $ mvn clean package -Pdist + +3. After the above build commands successfully complete, you should see the following files + + webapp/target/atlas-webapp-.war + addons/falcon-bridge/target/falcon-bridge-.jar + addons/hive-bridge/target/hive-bridge-.jar + addons/sqoop-bridge/target/sqoop-bridge-.jar + addons/storm-bridge/target/storm-bridge-.jar diff --git a/release-build.xml b/release-build.xml new file mode 100644 index 000000000..9b0b38fd4 --- /dev/null +++ b/release-build.xml @@ -0,0 +1,72 @@ + + + + + Apache Atlas Build Release Tasks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +