You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Sravya Tirukkovalur (JIRA)" <ji...@apache.org> on 2015/08/20 05:41:46 UTC

[jira] [Commented] (SENTRY-718) support for new show grant commands in hive 0.13+

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

Sravya Tirukkovalur commented on SENTRY-718:
--------------------------------------------

Filed SENTRY-853 for fixing the error message.

> support for new show grant commands in hive 0.13+
> -------------------------------------------------
>
>                 Key: SENTRY-718
>                 URL: https://issues.apache.org/jira/browse/SENTRY-718
>             Project: Sentry
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Anne Yu
>            Assignee: Prasad Mujumdar
>
> https://cwiki.apache.org/confluence/display/Hive/SQL+Standard+Based+Hive+Authorization documents new show grant commands for hive authorization model (0.13+)
> {code}
> 0: jdbc:hive2://a2110.halxg.cloudera.com:1000> show grant on table pageviews;
> Error: Error while compiling statement: FAILED: SemanticException Sentry does not allow privileges to be granted/revoked to/from: USER (state=42000,code=40000)
> 0: jdbc:hive2://a2110.halxg.cloudera.com:1000> show grant user systest on all;
> Error: Error while compiling statement: FAILED: SemanticException Sentry does not allow privileges to be granted/revoked to/from: USER (state=42000,code=40000)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)