[ https://issues.apache.org/jira/browse/AMBARI-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinod Kumar Vavilapalli updated AMBARI-256:
-------------------------------------------
Affects Version/s: 0.9.0
> Update hive config to enable authorization
> ------------------------------------------
>
> Key: AMBARI-256
> URL: https://issues.apache.org/jira/browse/AMBARI-256
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 0.9.0
> Reporter: Ramya Sunil
> Assignee: Ramya Sunil
> Fix For: 0.9.0
>
> 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
|