[
https://issues.apache.org/jira/browse/AMBARI-6404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrii Babiichuk updated AMBARI-6404:
-------------------------------------
Attachment: AMBARI-6404_1.6.1.patch
AMBARI-6404.patch
> 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
>
> Attachments: AMBARI-6404.patch, AMBARI-6404_1.6.1.patch
>
>
> 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)