You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Akhil S Naik (JIRA)" <ji...@apache.org> on 2018/09/14 12:22:00 UTC

[jira] [Updated] (AMBARI-24642) hive service check failing related to LLAP in Ambari

     [ https://issues.apache.org/jira/browse/AMBARI-24642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akhil S Naik updated AMBARI-24642:
----------------------------------
    Summary: hive service check failing related to LLAP in Ambari  (was: service check related to LLAP in Ambari)

> hive service check failing 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
>            Priority: Major
>
> 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-kartik@godofwar.com; '] {'user': 'ambari-qa'}
> 2018-09-14 11:50:21,816 - Execute['! beeline -u 'jdbc:hive2://hiveinteractive.openstacklocal:10500/;transportMode=binary;principal=hive/_HOST@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)