This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 4ae8ebd ATLAS-3824: minor updates to README.txt for 2.1.0 release
4ae8ebd is described below
commit 4ae8ebd93a2d35d166aa6cfeb4fac7cd2cdb1f20
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Wed Jun 3 14:41:23 2020 -0700
ATLAS-3824: minor updates to README.txt for 2.1.0 release
(cherry picked from commit 2ed6a48d092da5ebaaf23390f48011193a980265)
---
README.txt | 18 ++++++++++--------
docs/src/documents/Setup/InstallationInstruction.md | 4 ++--
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/README.txt b/README.txt
index 6de8270..d8096f3 100755
--- a/README.txt
+++ b/README.txt
@@ -57,12 +57,14 @@ Build Process
3. After above build commands successfully complete, you should see the
following files
- distro/target/apache-atlas-1.0.0-bin.tar.gz
- distro/target/apache-atlas-1.0.0-hbase-hook.tar.gz
- distro/target/apache-atlas-1.0.0-hive-hook.tar.gz
- distro/target/apache-atlas-1.0.0-kafka-hook.tar.gz
- distro/target/apache-atlas-1.0.0-sources.tar.gz
- distro/target/apache-atlas-1.0.0-sqoop-hook.tar.gz
- distro/target/apache-atlas-1.0.0-storm-hook.tar.gz
+ 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
-4. For more details on building and running Apache Atlas, please refer to
https://atlas.apache.org/#/Installation
+4. For more details on installing and running Apache Atlas, please refer to
https://atlas.apache.org/#/Installation
diff --git a/docs/src/documents/Setup/InstallationInstruction.md
b/docs/src/documents/Setup/InstallationInstruction.md
index d22cb0c..fdff3a5 100644
--- a/docs/src/documents/Setup/InstallationInstruction.md
+++ b/docs/src/documents/Setup/InstallationInstruction.md
@@ -18,7 +18,7 @@ From the directory you would like Apache Atlas to be
installed, run the followin
<SyntaxHighlighter wrapLines={true} language="powershell" style={theme.dark}>
{`tar -xzvf apache-atlas-{project.version}-server.tar.gz
-cd atlas-{project.version}`}
+cd apache-atlas-{project.version}`}
</SyntaxHighlighter>
#### Running Apache Atlas with Local Apache HBase & Apache Solr
@@ -37,7 +37,7 @@ bin/atlas_start.py`}
<SyntaxHighlighter wrapLines={true} style={theme.dark}>
{`curl -u username:password http://localhost:21000/api/atlas/admin/version
- {"Description":"Metadata Management and Data Governance Platform over
Hadoop","Version":"1.0.0","Name":"apache-atlas"}`}
+ {"Description":"Metadata Management and Data Governance Platform over
Hadoop","Version":"2.1.0","Name":"apache-atlas"}`}
</SyntaxHighlighter>