-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47680/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez and Sumit Mohanty.
Bugs: AMBARI-16805
https://issues.apache.org/jira/browse/AMBARI-16805
Repository: ambari
Description
-------
Using beeline now for Hive Server Interactive Service Check instead of via
hive2.
Diffs
-----
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/files/hiveLlapSmoke.sh
ec5b064
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/service_check.py
7c1e3ca
Diff: https://reviews.apache.org/r/47680/diff/
Testing
-------
Yes.
- Tested the behavior with following parameteer values :
eg:
----------------------
! beeline -u
'jdbc:hive2://test-ss-r6-test-deployerie-1.openstacklocal:10500/;transportMode=binary'
--hiveconf "hiveLlapServiceCheck=id16ac6c4b_date492016" -f
/usr/hdp/current/hive-server2-hive2/scripts/llap/sql/serviceCheckScript.sql -e
'' 2>&1| awk '{print}'|grep -i -e 'Invalid status\|Invalid URL\|command not
found\|Connection refused'
---------
-----
- Python UT passes.
Thanks,
Swapan Shridhar