-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45218/
-----------------------------------------------------------
Review request for Ambari, John Speidel, Nate Cole, and Sumit Mohanty.
Bugs: AMBARI-15431
https://issues.apache.org/jira/browse/AMBARI-15431
Repository: ambari
Description
-------
Move changes for AMBARI-15431 from 2.6 stack definition to 2.5 stack definition.
Atlas configuration name application.properties has been changed to
atlas-application.properties to avoid name conflicts with other services.
See https://issues.apache.org/jira/browse/ATLAS-392.
Ambari scripts for Atlas currently use the configuration name
application.properties for all stack levels. Stacks which include Atlas > 0.5
should use the configuration name atlas-application.properties.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/atlas-env.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml
66aea9d
ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-env.xml
42503b5
ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/metainfo.xml
af1a047
ambari-server/src/test/python/stacks/2.5/ATLAS/test_atlas_server.py
PRE-CREATION
ambari-server/src/test/python/stacks/2.5/configs/default.json PRE-CREATION
ambari-server/src/test/python/stacks/2.6/ATLAS/test_atlas_server.py 8e51ea0
ambari-server/src/test/python/stacks/2.6/configs/default.json 2e1bc68
Diff: https://reviews.apache.org/r/45218/diff/
Testing
-------
Manual test install Atlas (HDP 2.5 stack). Verify configuration.
mvn clean test
all pass
Thanks,
Tom Beerbower