Andrii Babiichuk created AMBARI-6404:
----------------------------------------

             Summary: Hive Service Check fails on upgraded and then secured 
cluster
                 Key: AMBARI-6404
                 URL: https://issues.apache.org/jira/browse/AMBARI-6404
             Project: Ambari
          Issue Type: Bug
          Components: client
    Affects Versions: 1.6.1
            Reporter: Andrii Babiichuk
            Assignee: Andrii Babiichuk
             Fix For: 1.6.1


add secure properties to hive
<property>
  <name>hive.security.authorization.enabled</name>
  <value>true</value>
</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>



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to