Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
93d51399
Commit
93d51399
authored
May 27, 2019
by
Umesh S Padashetty
Committed by
Sarath Subramanian
May 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3239: Fixed documentation error in Typesystem
Signed-off-by:
Sarath Subramanian
<
sarath@apache.org
>
parent
60b44a93
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
InstallationSteps.twiki
docs/src/site/twiki/InstallationSteps.twiki
+4
-4
TypeSystem.twiki
docs/src/site/twiki/TypeSystem.twiki
+1
-1
No files found.
docs/src/site/twiki/InstallationSteps.twiki
View file @
93d51399
---++ Building & Installing Apache Atlas
---++ Building & Installing Apache Atlas
---+++ Building 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.
Then follow the instructions below to to build Apache Atlas.
<verbatim>
<verbatim>
tar xvfz apache-atlas-
1
.0.0-sources.tar.gz
tar xvfz apache-atlas-
2
.0.0-sources.tar.gz
cd apache-atlas-sources-
1
.0.0/
cd apache-atlas-sources-
2
.0.0/
export MAVEN_OPTS="-Xms2g -Xmx2g"
export MAVEN_OPTS="-Xms2g -Xmx2g"
mvn clean -DskipTests install</verbatim>
mvn clean -DskipTests install</verbatim>
...
@@ -81,7 +81,7 @@ bin/atlas_start.py</verbatim>
...
@@ -81,7 +81,7 @@ bin/atlas_start.py</verbatim>
<verbatim>
<verbatim>
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"}</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
* Run quick start to load sample model and data
<verbatim>
<verbatim>
...
...
docs/src/site/twiki/TypeSystem.twiki
View file @
93d51399
...
@@ -173,7 +173,7 @@ make convention based assumptions about what attributes they can expect of types
...
@@ -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
*Infrastructure*: This type extends Asset and typically can be used to be a common super type for infrastructural
metadata objects like clusters, hosts etc.
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
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
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
attribute in a hive_table. Also entities of types that extend !DataSet participate in data transformation and this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment