You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2017/09/19 22:51:00 UTC

[jira] [Commented] (HIVE-17560) HiveMetastore doesn't start in secure cluster if repl change manager is enabled

    [ https://issues.apache.org/jira/browse/HIVE-17560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172473#comment-16172473 ] 

Daniel Dai commented on HIVE-17560:
-----------------------------------

+1

> HiveMetastore doesn't start in secure cluster if repl change manager is enabled
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-17560
>                 URL: https://issues.apache.org/jira/browse/HIVE-17560
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 3.0.0
>
>         Attachments: HIVE-17560.1.patch
>
>
> When hive.repl.cm.enabled=true, ReplChangeManager tries to access HDFS before metastore does kerberos login using keytab.
> Metastore startup code doesn't do an explicit login using keytab, but instead relies on kinit by saslserver for use by thrift to do it.
> It would be cleaner to do an explicit UGI.loginFromKeytab instead to avoid such issues in future as well.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)