You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2014/04/01 01:33:20 UTC

[jira] [Updated] (HIVE-6800) HiveServer2 is not passing proxy user setting through hive-site

     [ https://issues.apache.org/jira/browse/HIVE-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vaibhav Gumashta updated HIVE-6800:
-----------------------------------

    Attachment: HIVE-6800.1.patch

cc [~thejas] [~prasadm]

[~rhbutani] Bug for 13!

Thanks!

> HiveServer2 is not passing proxy user setting through hive-site
> ---------------------------------------------------------------
>
>                 Key: HIVE-6800
>                 URL: https://issues.apache.org/jira/browse/HIVE-6800
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>    Affects Versions: 0.13.0
>            Reporter: Vaibhav Gumashta
>            Assignee: Vaibhav Gumashta
>             Fix For: 0.13.0
>
>         Attachments: HIVE-6800.1.patch
>
>
> Setting the following in core-site.xml works fine in a secure cluster with hive.server2.allow.user.substitution set to true:
> {code}
> <property>
>   <name>hadoop.proxyuser.user1.groups</name>
>   <value>users</value>
> </property>
>     
> <property>
>   <name>hadoop.proxyuser.user1.hosts</name>
>   <value>*</value>
> </property>
> {code}
> where user1 will be proxying for user2:
> {code}
> !connect jdbc:hive2:/myhostname:10000/;principal=hive/_HOST@EXAMPLE.COM;hive.server2.proxy.user=user2 user1 fakepwd org.apache.hive.jdbc.HiveDriver
> {code}
> However, setting this in hive-site.xml throws "Failed to validate proxy privilage" exception.



--
This message was sent by Atlassian JIRA
(v6.2#6252)