-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39749/
-----------------------------------------------------------
Review request for Ambari.
Bugs: AMBARI-13535
https://issues.apache.org/jira/browse/AMBARI-13535
Repository: ambari
Description
-------
If user enable SSL for Hive on ambari UI, hive service check script is not
correct, jdbc connection to detect HS2 status is missing ssl params as below:
! beeline -u 'jdbc:hive2://com.apache.host:10000/;transportMode=binary;' -e ''
Service check for hive on ambari UI works well as there is less error detect,
although service check passed, but user will be confused. It's deceiving.
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/functions/hive_check.py
55fd6bd
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py
14cf1ac
Diff: https://reviews.apache.org/r/39749/diff/
Testing
-------
Tested with fix for hive service check, it works well, UT testing are done, no
more failures.
Thanks,
Chen Xin YU