You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2019/05/29 19:55:47 UTC

[atlas] branch master updated: ATLAS-3239: Fixed documentation error in Typesystem

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 93d5139  ATLAS-3239: Fixed documentation error in Typesystem
93d5139 is described below

commit 93d51399a00759a4c225f06448c1211807afd9cf
Author: Umesh S Padashetty <us...@gmail.com>
AuthorDate: Mon May 27 16:59:11 2019 +0530

    ATLAS-3239: Fixed documentation error in Typesystem
    
    Signed-off-by: Sarath Subramanian <sa...@apache.org>
---
 docs/src/site/twiki/InstallationSteps.twiki | 8 ++++----
 docs/src/site/twiki/TypeSystem.twiki        | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/src/site/twiki/InstallationSteps.twiki b/docs/src/site/twiki/InstallationSteps.twiki
index 8d7c77e..f38efd1 100644
--- a/docs/src/site/twiki/InstallationSteps.twiki
+++ b/docs/src/site/twiki/InstallationSteps.twiki
@@ -1,11 +1,11 @@
 ---++ Building & Installing 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.
+Download Apache Atlas 2.0.0 release sources, apache-atlas-2.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>
-tar xvfz apache-atlas-1.0.0-sources.tar.gz
-cd apache-atlas-sources-1.0.0/
+tar xvfz apache-atlas-2.0.0-sources.tar.gz
+cd apache-atlas-sources-2.0.0/
 export MAVEN_OPTS="-Xms2g -Xmx2g"
 mvn clean -DskipTests install</verbatim>
 
@@ -81,7 +81,7 @@ bin/atlas_start.py</verbatim>
 <verbatim>
   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"}</verbatim>
+  {"Description":"Metadata Management and Data Governance Platform over Hadoop","Version":"2.0.0","Name":"apache-atlas"}</verbatim>
 
    * Run quick start to load sample model and data
 <verbatim>
diff --git a/docs/src/site/twiki/TypeSystem.twiki b/docs/src/site/twiki/TypeSystem.twiki
index 397a1bb..dbaea31 100755
--- a/docs/src/site/twiki/TypeSystem.twiki
+++ b/docs/src/site/twiki/TypeSystem.twiki
@@ -173,7 +173,7 @@ make convention based assumptions about what attributes they can expect of types
 *Infrastructure*: This type extends Asset and typically can be used to be a common super type for infrastructural
 metadata objects like clusters, hosts etc.
 
-*!DataSet*: This type extends Referenceable. Conceptually, it can be used to represent an type that stores data. In Atlas,
+*!DataSet*: This type extends Asset. Conceptually, it can be used to represent a type that stores data. In Atlas,
 hive tables, hbase_tables etc are all types that extend from !DataSet. Types that extend !DataSet can be expected to have
 a Schema in the sense that they would have an attribute that defines attributes of that dataset. For e.g. the columns
 attribute in a hive_table. Also entities of types that extend !DataSet participate in data transformation and this