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
ae92406d
Commit
ae92406d
authored
Nov 15, 2016
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1295 Build failure due to patch for ATLAS-1081 (apoorvnaik via sumasai)
parent
43a1e25b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
TestMetadata.py
distro/src/test/python/scripts/TestMetadata.py
+4
-4
release-log.txt
release-log.txt
+1
-0
No files found.
distro/src/test/python/scripts/TestMetadata.py
View file @
ae92406d
...
...
@@ -87,14 +87,14 @@ class TestMetadata(unittest.TestCase):
'org.apache.atlas.Atlas'
,
[
'-app'
,
'atlas_home
\\
server
\\
webapp
\\
atlas'
],
'atlas_home
\\
conf;atlas_home
\\
server
\\
webapp
\\
atlas
\\
WEB-INF
\\
classes;atlas_home
\\
server
\\
webapp
\\
atlas
\\
WEB-INF
\\
lib
\\
*;atlas_home
\\
libext
\\
*;atlas_home
\\
hbase
\\
conf'
,
[
'-Datlas.log.dir=atlas_home
\\
logs'
,
'-Datlas.log.file=application.log'
,
'-Datlas.home=atlas_home'
,
'-Datlas.conf=atlas_home
\\
conf'
,
'-Xmx1024m'
,
'-XX:MaxPermSize=512m'
,
'-Dlog4j.configuration=atlas-log4j.xml'
,
'-Djava.net.preferIPv4Stack=true'
],
'atlas_home
\\
logs'
)
[
'-Datlas.log.dir=atlas_home
\\
logs'
,
'-Datlas.log.file=application.log'
,
'-Datlas.home=atlas_home'
,
'-Datlas.conf=atlas_home
\\
conf'
,
'-Xmx1024m'
,
'-XX:MaxPermSize=512m'
,
'-Dlog4j.configuration=atlas-log4j.xml'
,
'-Djava.net.preferIPv4Stack=true'
,
'-server'
],
'atlas_home
\\
logs'
)
else
:
java_mock
.
assert_called_with
(
'org.apache.atlas.Atlas'
,
[
'-app'
,
'atlas_home/server/webapp/atlas'
],
'atlas_home/conf:atlas_home/server/webapp/atlas/WEB-INF/classes:atlas_home/server/webapp/atlas/WEB-INF/lib/*:atlas_home/libext/*:atlas_home/hbase/conf'
,
[
'-Datlas.log.dir=atlas_home/logs'
,
'-Datlas.log.file=application.log'
,
'-Datlas.home=atlas_home'
,
'-Datlas.conf=atlas_home/conf'
,
'-Xmx1024m'
,
'-XX:MaxPermSize=512m'
,
'-Dlog4j.configuration=atlas-log4j.xml'
,
'-Djava.net.preferIPv4Stack=true'
],
'atlas_home/logs'
)
[
'-Datlas.log.dir=atlas_home/logs'
,
'-Datlas.log.file=application.log'
,
'-Datlas.home=atlas_home'
,
'-Datlas.conf=atlas_home/conf'
,
'-Xmx1024m'
,
'-XX:MaxPermSize=512m'
,
'-Dlog4j.configuration=atlas-log4j.xml'
,
'-Djava.net.preferIPv4Stack=true'
,
'-server'
],
'atlas_home/logs'
)
pass
...
...
@@ -153,14 +153,14 @@ class TestMetadata(unittest.TestCase):
'org.apache.atlas.Atlas'
,
[
'-app'
,
'atlas_home
\\
server
\\
webapp
\\
atlas'
],
'atlas_home
\\
conf;atlas_home
\\
server
\\
webapp
\\
atlas
\\
WEB-INF
\\
classes;atlas_home
\\
server
\\
webapp
\\
atlas
\\
WEB-INF
\\
lib
\\
*;atlas_home
\\
libext
\\
*;atlas_home
\\
hbase
\\
conf'
,
[
'-Datlas.log.dir=atlas_home
\\
logs'
,
'-Datlas.log.file=application.log'
,
'-Datlas.home=atlas_home'
,
'-Datlas.conf=atlas_home
\\
conf'
,
'-Xmx1024m'
,
'-XX:MaxPermSize=512m'
,
'-Dlog4j.configuration=atlas-log4j.xml'
,
'-Djava.net.preferIPv4Stack=true'
],
'atlas_home
\\
logs'
)
[
'-Datlas.log.dir=atlas_home
\\
logs'
,
'-Datlas.log.file=application.log'
,
'-Datlas.home=atlas_home'
,
'-Datlas.conf=atlas_home
\\
conf'
,
'-Xmx1024m'
,
'-XX:MaxPermSize=512m'
,
'-Dlog4j.configuration=atlas-log4j.xml'
,
'-Djava.net.preferIPv4Stack=true'
,
'-server'
],
'atlas_home
\\
logs'
)
else
:
java_mock
.
assert_called_with
(
'org.apache.atlas.Atlas'
,
[
'-app'
,
'atlas_home/server/webapp/atlas'
],
'atlas_home/conf:atlas_home/server/webapp/atlas/WEB-INF/classes:atlas_home/server/webapp/atlas/WEB-INF/lib/*:atlas_home/libext/*:atlas_home/hbase/conf'
,
[
'-Datlas.log.dir=atlas_home/logs'
,
'-Datlas.log.file=application.log'
,
'-Datlas.home=atlas_home'
,
'-Datlas.conf=atlas_home/conf'
,
'-Xmx1024m'
,
'-XX:MaxPermSize=512m'
,
'-Dlog4j.configuration=atlas-log4j.xml'
,
'-Djava.net.preferIPv4Stack=true'
],
'atlas_home/logs'
)
[
'-Datlas.log.dir=atlas_home/logs'
,
'-Datlas.log.file=application.log'
,
'-Datlas.home=atlas_home'
,
'-Datlas.conf=atlas_home/conf'
,
'-Xmx1024m'
,
'-XX:MaxPermSize=512m'
,
'-Dlog4j.configuration=atlas-log4j.xml'
,
'-Djava.net.preferIPv4Stack=true'
,
'-server'
],
'atlas_home/logs'
)
pass
...
...
release-log.txt
View file @
ae92406d
...
...
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ALL CHANGES:
ATLAS-1295 Build failure due to patch for ATLAS-1081 (apoorvnaik via sumasai)
ATLAS-1081 Atlas jetty server configuration (shwethags)
ATLAS-1257 Map Entity REST APIs to ATLAS v1 backend (sumasai)
ATLAS-1279 Remove QueryPlan attribute from Hive Process entity (svimal2106)
...
...
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