You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Aleksandr Kovalenko (JIRA)" <ji...@apache.org> on 2014/07/07 20:12:33 UTC

[jira] [Commented] (AMBARI-6404) Hive Service Check fails on upgraded and then secured cluster

    [ https://issues.apache.org/jira/browse/AMBARI-6404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053948#comment-14053948 ] 

Aleksandr Kovalenko commented on AMBARI-6404:
---------------------------------------------

+1 for patches

> 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)