Jaimin D Jetly created AMBARI-3643:
--------------------------------------
Summary: 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
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)