Antonenko Alexander created AMBARI-12422:
--------------------------------------------
Summary: Hive queries against HiveServer2 failing in Hive HA
enabled cluster
Key: AMBARI-12422
URL: https://issues.apache.org/jira/browse/AMBARI-12422
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.1.0
Reporter: Antonenko Alexander
Assignee: Antonenko Alexander
Priority: Critical
Fix For: 2.1.1
In core-site.xml , hive has proxy user privileges only for one host, but HS2 is
installed on 3 hosts (one of which is in the config below).
In the test cluster -
{code:xml}
<property>
<name>hadoop.proxyuser.hive.hosts</name>
<value>ip-172-31-39-245.ec2.internal</value>
</property>
{code}
All HS2 and metastore hosts should be included in that value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)