suja s created RANGER-4712:
------------------------------
Summary: RangerHiveAuthorizer throws exception for show grant ALL
command
Key: RANGER-4712
URL: https://issues.apache.org/jira/browse/RANGER-4712
Project: Ranger
Issue Type: Bug
Components: plugins
Reporter: suja s
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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)