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
b6c408b3
Commit
b6c408b3
authored
8 years ago
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1000: updated build instructions in README.txt
(cherry picked from commit e48bd3558a81e0d4c104f315e623ed0f6200d169)
parent
2139e287
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.txt
README.txt
+4
-3
No files found.
README.txt
View file @
b6c408b3
...
...
@@ -47,14 +47,15 @@ Build Process
$ git clone https://github.com/apache/incubator-atlas.git
$ cd incubator-atlas
2. Checkout the branch or tag you would like to build
# Checkout the branch or tag you would like to build
#
# to checkout a branch
$ git checkout <branch>
# to checkout a tag
$ git checkout tags/<tag>
3
. Execute the following commands to build Apache Atlas
2
. Execute the following commands to build Apache Atlas
$ export MAVEN_OPTS="-Xms2g -Xmx2g -XX:MaxPermSize=512M"
$ mvn clean install
...
...
@@ -68,7 +69,7 @@ Build Process
$ mvn clean package -Pdist
4
. 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
webapp/target/atlas-webapp-<version>.war
addons/falcon-bridge/target/falcon-bridge-<version>.jar
...
...
This diff is collapsed.
Click to expand it.
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