Ramya Sunil created AMBARI-256:
----------------------------------
Summary: 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
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