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
2ed6a48d
Commit
2ed6a48d
authored
Jun 03, 2020
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3824: minor updates to README.txt for 2.1.0 release
parent
ceec7d74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
README.txt
README.txt
+10
-8
InstallationInstruction.md
docs/src/documents/Setup/InstallationInstruction.md
+2
-2
No files found.
README.txt
View file @
2ed6a48d
...
@@ -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
build
ing and running Apache Atlas, please refer to https://atlas.apache.org/#/Installation
4. For more details on
install
ing and running Apache Atlas, please refer to https://atlas.apache.org/#/Installation
docs/src/documents/Setup/InstallationInstruction.md
View file @
2ed6a48d
...
@@ -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 a
pache-a
tlas-{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>
...
...
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