-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51303/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez and Sumit Mohanty.
Bugs: AMBARI-18234
https://issues.apache.org/jira/browse/AMBARI-18234
Repository: ambari
Description
-------
**Current/Problem :** SSL custom configs 'hive.server2.keystore.path' and
'hive.server2.keystore.password' are currently read from hive1/hive-site. If a
user had added it separately in Hive2/hive-interactive-site, we have a problem
that we are not reading it from Hive2/hive-interactive-site.
**Fix:** Read 'hive.server2.keystore.path' and 'hive.server2.keystore.password'
from Hive2/hive-interactive-site for (1). Service Check and (2). Alert.
Diffs
-----
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_interactive_thrift_port.py
6917160
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py
1cd58c3
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/service_check.py
303bdda
Diff: https://reviews.apache.org/r/51303/diff/
Testing
-------
- Python UT passes.
- Tested the behavior on live cluster. Works.
Thanks,
Swapan Shridhar