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/10/31 19:29:17 UTC

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

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)