Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Currently, hive shows privileges owned by a principal. Reverse API is also needed, which shows all principals for a resource.
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;
Attachments
Attachments
Issue Links
- blocks
-
HIVE-6203 Privileges of role granted indrectily to user is not applied
- Resolved
-
HIVE-6204 The result of show grant / show role should be tabular format
- Resolved
- is blocked by
-
HIVE-5414 The result of show grant is not visible via JDBC
- Resolved
- relates to
-
HIVE-5933 SQL std auth - add support to metastore api to list all privileges for a user
- Resolved
-
HIVE-5940 SQL std auth - support,authorize new 'show grant..' statements
- Resolved
- links to