Akhil S Naik created AMBARI-24642: ------------------------------------- Summary: service check related to LLAP in Ambari Key: AMBARI-24642 URL: https://issues.apache.org/jira/browse/AMBARI-24642 Project: Ambari Issue Type: Bug Affects Versions: 2.6.2 Reporter: Akhil S Naik Assignee: Akhil S Naik
I have following configuration in ambari for my Hive Default group: hive.server2.transport.mode=binary LLAP group: hive.server2.transport.mode=http The issue here is that when I'm doing a service check of Hive, this is what ambari is trying to do is trying to connect to the interactive server with transport mode 'binary' and port 10500 through it's in http mode. {code:java} 2018-09-14 11:50:21,639 - Running Hive Server2 checks 2018-09-14 11:50:21,639 - -------------------------- 2018-09-14 11:50:21,641 - Server Address List : ['hiveinteractive.openstacklocal'], Port : 10500, SSL KeyStore : None 2018-09-14 11:50:21,641 - Waiting for the Hive Server2 to start... 2018-09-14 11:50:21,641 - Execute['/usr/bin/kinit -kt /etc/security/keytabs/smokeuser.headless.keytab ambari-qa-kar...@godofwar.com; '] {'user': 'ambari-qa'} 2018-09-14 11:50:21,816 - Execute['! beeline -u 'jdbc:hive2://hiveinteractive.openstacklocal:10500/;transportMode=binary;principal=hive/_h...@godofwar.com' -e '' 2>&1| awk '{print}'|grep -i -e 'Connection refused' -e 'Invalid URL''] {'path': ['/bin/', '/usr/bin/', '/usr/lib/hive/bin/', '/usr/sbin/'], 'timeout_kill_strategy': 2, 'timeout': 30, 'user': 'ambari-qa'} {code} ambari should connect through to LLAP through http and port 10501 as my LLAP server is in http mode -- This message was sent by Atlassian JIRA (v7.6.3#76005)