-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36780/
-----------------------------------------------------------
Review request for Ambari and Sumit Mohanty.
Bugs: AMBARI-12527
https://issues.apache.org/jira/browse/AMBARI-12527
Repository: ambari
Description
-------
When only hive server components are specified for a host, the hive-site
configuration in /etc/hive/conf was missing the atlas settings present in the
version of hive-site in /etc/hive/conf/conf.server (if atlas is available as a
cluster service/component). The patch ensures that the configurations are
consistent.
Diffs
-----
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hcat.py
5385099
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/webhcat.py
bfdfbee
Diff: https://reviews.apache.org/r/36780/diff/
Testing
-------
Python unit tests
A test of the modified service scripts in a deployed cluster.
Thanks,
Jonathan Maron