You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Na Li (JIRA)" <ji...@apache.org> on 2018/05/08 22:10:00 UTC

[jira] [Commented] (SENTRY-2220) Support SHOW GRANT on Hive Object

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

Na Li commented on SENTRY-2220:
-------------------------------

[~arjunmishra13] Right now, the syntax in hive is 

{code}
SHOW GRANT [principal_specification] ON (ALL | [TABLE] table_or_view_name);
 
principal_specification
  : USER user
  | ROLE role
{code}

What is proposed syntax for "SHOW GRANT on Hive Object"? are you going to add a new key word besides USER and ROLE?

We need more details on this feature.

> Support SHOW GRANT on Hive Object
> ---------------------------------
>
>                 Key: SENTRY-2220
>                 URL: https://issues.apache.org/jira/browse/SENTRY-2220
>             Project: Sentry
>          Issue Type: New Feature
>          Components: Sentry
>    Affects Versions: 2.1.0
>            Reporter: Arjun Mishra
>            Assignee: Arjun Mishra
>            Priority: Major
>             Fix For: 2.1.0
>
>
> Currently sentry doesn't support show grant <hive_object> command. This feature aims to address that



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)