-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35145/
-----------------------------------------------------------
Review request for Ambari and Sumit Mohanty.
Bugs: AMBARI-11732
https://issues.apache.org/jira/browse/AMBARI-11732
Repository: ambari
Description
-------
The property names differed since the property file generation code I wrote was
somewhat convoluted. I realized there was a more straightforward mechanism
that would yield a less confusing interface.
Diffs
-----
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml
29f4e72
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
b57f565
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/metadata.py
a4274ca
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
577c5ac
ambari-server/src/test/python/stacks/2.3/ATLAS/test_metadata_server.py
9db21f8
ambari-server/src/test/python/stacks/2.3/configs/default.json 424afdc
Diff: https://reviews.apache.org/r/35145/diff/
Testing
-------
Python unit tests
Functional test against an insecure cluster
Functional test against a secured cluster (verifying kerberos settings were
updated correctly)
Thanks,
Jonathan Maron