You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jaimin D Jetly (JIRA)" <ji...@apache.org> on 2013/11/05 23:05:17 UTC

[jira] [Updated] (AMBARI-3643) Ambari should set correct authorization and authenticator manager for Hive in secure environment.

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

Jaimin D Jetly updated AMBARI-3643:
-----------------------------------

    Attachment: AMBARI-3643.patch

> Ambari should set correct authorization and authenticator manager for Hive in secure environment.
> -------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-3643
>                 URL: https://issues.apache.org/jira/browse/AMBARI-3643
>             Project: Ambari
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.4.2
>            Reporter: Jaimin D Jetly
>            Assignee: Jaimin D Jetly
>             Fix For: 1.4.2
>
>         Attachments: AMBARI-3643.patch
>
>
> hive-site.xml needs to set the following properties:
> {code}
> <property>
>   <name>hive.security.authorization.enabled</name>
>   <value>true</value>
>   <description>enable or disable the hive client authorization</description>
> </property>
> <property>
>   <name>hive.security.authorization.manager</name>
>   <value>org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider</value>
> </property>
> <property>
>   <name>hive.security.metastore.authorization.manager</name>
>   <value>org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider</value>
> </property>
> <property>
>   <name>hive.security.authenticator.manager</name>
>   <value>org.apache.hadoop.hive.ql.security.ProxyUserAuthenticator</value>
> </property>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)