You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2015/12/11 17:52:11 UTC

[jira] [Created] (AMBARI-14343) HiveServer Upgrade Fails Because Of Missing Kerberos Properties

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)