Aleksandr Kovalenko created AMBARI-6788:
-------------------------------------------
Summary: Ambari installation webhcat templeton.hive.properties set
thrift host name to be localhost
Key: AMBARI-6788
URL: https://issues.apache.org/jira/browse/AMBARI-6788
Project: Ambari
Issue Type: Bug
Components: client
Affects Versions: 1.6.0
Reporter: Aleksandr Kovalenko
Assignee: Aleksandr Kovalenko
Fix For: 1.7.0
PROBLEM:
default installation of Ambari sets webhcat-site.xml
templeton.hive.properties=
hive.metastore.local=false, hive.metastore.uris=thrift://localhost:9933,
hive.metastore.sasl.enabled=false
the proper value should be the FQDN of the thrift host name, plus
hive.metastore.execute.setugi=true
for example:
hive.metastore.local=false, hive.metastore.uris=thrift://this.fqdn.com:9933,
hive.metastore.sasl.enabled=false,hive.metastore.execute.setugi=true
--
This message was sent by Atlassian JIRA
(v6.2#6252)