Vitaly Brodetskyi created AMBARI-6647:
-----------------------------------------
Summary: Ambari starts hiveserver2 in remote thrift metastore mode
due to passing hive.metastore.uris=","
Key: AMBARI-6647
URL: https://issues.apache.org/jira/browse/AMBARI-6647
Project: Ambari
Issue Type: Bug
Components: agent
Reporter: Vitaly Brodetskyi
Assignee: Vitaly Brodetskyi
Priority: Critical
Fix For: 1.7.0
Attachments: AMBARI-6647.patch
PROBLEM:
in
/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/HIVE/package/templates/startHiveserver2.sh.j2
it passes -hiveconf hive.metastore.uris=\" \"
However, it gets interpreted as hive.metastore.uris=", "xxxxx
As a result, hiveserver2 tries to connect to remote thrift metastore.
As we switch hiveserver2 to use embedded thrift, this cause problem.
Problem reproducible with fresh Ambari 1.6.0 installation.
--
This message was sent by Atlassian JIRA
(v6.2#6252)