Commit 2ed6a48d by Madhan Neethiraj

ATLAS-3824: minor updates to README.txt for 2.1.0 release

parent ceec7d74
...@@ -57,12 +57,14 @@ Build Process ...@@ -57,12 +57,14 @@ Build Process
3. After above build commands successfully complete, you should see the following files 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-<version>-bin.tar.gz
distro/target/apache-atlas-1.0.0-hbase-hook.tar.gz distro/target/apache-atlas-<version>-hbase-hook.tar.gz
distro/target/apache-atlas-1.0.0-hive-hook.tar.gz distro/target/apache-atlas-<version>-hive-hook.tar.gz
distro/target/apache-atlas-1.0.0-kafka-hook.tar.gz distro/target/apache-atlas-<version>-impala-hook.tar.gz
distro/target/apache-atlas-1.0.0-sources.tar.gz distro/target/apache-atlas-<version>-kafka-hook.tar.gz
distro/target/apache-atlas-1.0.0-sqoop-hook.tar.gz distro/target/apache-atlas-<version>-server.tar.gz
distro/target/apache-atlas-1.0.0-storm-hook.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
...@@ -18,7 +18,7 @@ From the directory you would like Apache Atlas to be installed, run the followin ...@@ -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}> <SyntaxHighlighter wrapLines={true} language="powershell" style={theme.dark}>
{`tar -xzvf apache-atlas-{project.version}-server.tar.gz {`tar -xzvf apache-atlas-{project.version}-server.tar.gz
cd atlas-{project.version}`} cd apache-atlas-{project.version}`}
</SyntaxHighlighter> </SyntaxHighlighter>
#### Running Apache Atlas with Local Apache HBase & Apache Solr #### Running Apache Atlas with Local Apache HBase & Apache Solr
...@@ -37,7 +37,7 @@ bin/atlas_start.py`} ...@@ -37,7 +37,7 @@ bin/atlas_start.py`}
<SyntaxHighlighter wrapLines={true} style={theme.dark}> <SyntaxHighlighter wrapLines={true} style={theme.dark}>
{`curl -u username:password http://localhost:21000/api/atlas/admin/version {`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> </SyntaxHighlighter>
......
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