You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Ramya Sunil (JIRA)" <ji...@apache.org> on 2012/05/15 23:57:09 UTC

[jira] [Updated] (AMBARI-256) Update hive config to enable authorization

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

Ramya Sunil updated AMBARI-256:
-------------------------------

    Attachment: AMBARI-256.patch

Patch to add new configs
                
> Update hive config to enable authorization
> ------------------------------------------
>
>                 Key: AMBARI-256
>                 URL: https://issues.apache.org/jira/browse/AMBARI-256
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Ramya Sunil
>            Assignee: Ramya Sunil
>         Attachments: AMBARI-256.patch
>
>
> In /etc/hive/conf/hive-site.xml
> {noformat}
> <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.hcatalog.security.HdfsAuthorizationProvider</value>
>   <description>the hive client authorization manager class name.
>   The user defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider.  </description>
> </property>
> {noformat}
> In /etc/hive/conf/hive-env.sh, add -
> {noformat}
> export HIVE_AUX_JARS_PATH=/usr/lib/hcatalog/share/hcatalog/hcatalog-0.4.0.jar
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira