-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50832/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez and Sumit Mohanty.
Bugs: AMBARI-18033
https://issues.apache.org/jira/browse/AMBARI-18033
Repository: ambari
Description
-------
- Issue Seen in Wire encrypted cluster. HSI (Hive2/HiveServer2 and LLAP) comes
up fine.
- But, hive2/HiveServer2 Thrift port alert check fails.
**Reason:**
- The Hive2/HiveServer2 process is running on port 10501, but Alerts tries to
check for port 10500 (default value). It's because we are trying to fetch
'hive.server2.thrift.http.port' config from hive-interactive-site, whereas it
now exists only in hive-site.
**Fix:**
- Fixed the configs which should be fetched from hive-site instead of
hive-interactive-site.
Diffs
-----
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_interactive_thrift_port.py
d491b45
Diff: https://reviews.apache.org/r/50832/diff/
Testing
-------
tested on cluster.
- Python UT passes.
Thanks,
Swapan Shridhar