You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Peter Vary (Jira)" <ji...@apache.org> on 2019/09/08 08:45:00 UTC

[jira] [Commented] (HIVE-22166) Configure Kerberos for Hive Ranger Client via HS2 configuration

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

Peter Vary commented on HIVE-22166:
-----------------------------------

[~dkuzmenko]: I am a little bit concerned with the possible side effects of this code:
{code:java}
Configuration conf = new Configuration();
conf.set(HADOOP_SECURITY_AUTHENTICATION, pluginAuthMethod);
UserGroupInformation.setConfiguration(conf);
{code}
Let's talk if you have time...

> Configure Kerberos for Hive Ranger Client via HS2 configuration
> ---------------------------------------------------------------
>
>                 Key: HIVE-22166
>                 URL: https://issues.apache.org/jira/browse/HIVE-22166
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Denys Kuzmenko
>            Assignee: Denys Kuzmenko
>            Priority: Major
>         Attachments: HIVE-22166.1.patch
>
>
> In Hive we would like to have possibility to enable Kerberos partially (i.e only Ranger, Atlas and HMS).
> However, since hadoop security is a global flag there are many places that need to be commented out to avoid the UGI cluster wide configuration.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)