You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navis (JIRA)" <ji...@apache.org> on 2013/12/30 07:01:51 UTC

[jira] [Created] (HIVE-6122) Implement show grant on

Navis created HIVE-6122:
---------------------------

             Summary: Implement show grant on <resource>
                 Key: HIVE-6122
                 URL: https://issues.apache.org/jira/browse/HIVE-6122
             Project: Hive
          Issue Type: Improvement
          Components: Authorization
            Reporter: Navis
            Assignee: Navis
            Priority: Minor
         Attachments: HIVE-6122.1.patch.txt

Currently, hive shows privileges owned by a principal. Reverse API is also needed, which shows all principals for a resource. 
{noformat}
show grant user hive_test_user on database default;
show grant user hive_test_user on table dummy;
show grant user hive_test_user on all;
{noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)