You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2018/02/01 02:05:28 UTC

atlas git commit: ATLAS-2428: updated README for 0.8.2 release

Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 dabb9f4ad -> cd8f80d79


ATLAS-2428: updated README for 0.8.2 release


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/cd8f80d7
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/cd8f80d7
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/cd8f80d7

Branch: refs/heads/branch-0.8
Commit: cd8f80d7962d113f6a0cb189be740270946a12bc
Parents: dabb9f4
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Wed Jan 31 18:05:05 2018 -0800
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Wed Jan 31 18:05:05 2018 -0800

----------------------------------------------------------------------
 README.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/cd8f80d7/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 342520f..6c8b532 100755
--- a/README.txt
+++ b/README.txt
@@ -49,7 +49,7 @@ Build Process
 
 2. Execute the following commands to build Apache Atlas
 
-   $ export MAVEN_OPTS="-Xms2g -Xmx2g -XX:MaxPermSize=512M"
+   $ export MAVEN_OPTS="-Xms2g -Xmx2g"
    $ mvn clean install
 
    # currently few tests might fail in some environments
@@ -68,3 +68,5 @@ Build Process
    addons/hive-bridge/target/hive-bridge-<version>.jar
    addons/sqoop-bridge/target/sqoop-bridge-<version>.jar
    addons/storm-bridge/target/storm-bridge-<version>.jar
+
+4. For more details on building and running Apache Atlas, please refer to http://atlas.apache.org/InstallationSteps.html