Jonathan Hurley created AMBARI-14343:
----------------------------------------
Summary: HiveServer Upgrade Fails Because Of Missing Kerberos
Properties
Key: AMBARI-14343
URL: https://issues.apache.org/jira/browse/AMBARI-14343
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.2.0
Reporter: Jonathan Hurley
Assignee: Jonathan Hurley
Priority: Blocker
Fix For: 2.2.0
When upgrading Hive from HDP 2.1 to HDP 2.3, Hive server will not start
correctly if it has been Kerberized. This is because new properties introduced
in HDP 2.2 and 2.3 are not being calculated and set on {{hive-site}}.
- If *not* kerberized, then we do nothing
- If Kerberized
{code}
"hive.cluster.delegation.token.store.class":
"org.apache.hadoop.hive.thrift.ZooKeeperTokenStore",
"hive.zookeeper.quorum": "server1:2182,server2:2181,server2:2181"
"hive.cluster.delegation.token.store.zookeeper.connectString":
"server1:2182,server2:2181,server2:2181"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)