Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
STEPS TO REPRODUCE:
User u1 exists on ranger side and has policy configured for all access for table t1
Create a role r1 with u1 part of r1
Create a hive table and grant access to user u1
As user u1, connect to beeline and execute command 'show grant user u1 on table t1'
As user u1, connect to beeline and execute command 'show grant role r1 on table t1'
command syntax:
SHOW GRANT [principal_specification] ON (ALL | [TABLE] table_or_view_name);
CURRENT BEHAVIOUR:
Show grant command works fine for table option and not for ALL option