kalyan kumar kalvagadda created SENTRY-2359: -----------------------------------------------
Summary: Object owner is unable to grant privileges: SentryAccessDeniedException Key: SENTRY-2359 URL: https://issues.apache.org/jira/browse/SENTRY-2359 Project: Sentry Issue Type: Bug Components: Sentry Affects Versions: 2.1.0 Reporter: kalyan kumar kalvagadda Assignee: kalyan kumar kalvagadda Steps to Reproduce: Pre-req: Sentry configuration : OO enable with GRANT. Test user - WITH CREATE privileges on SERVER: # Test user - CREATE DATABASE db1; # Admin user - CREATE ROLE new_role; # Test user - GRANT ALL ON DATABASE db1 TO ROLE new_role; Actual Result : SentryAccessDeniedException: is returned. Sample Exception : ERROR : Error processing Sentry command: usr_wmnxacyvujehjqyzqxud has no grant!.Please grant admin privilege to usr_wmnxacyvujehjqyzqxud. ERROR : FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.SentryGrantRevokeTask. SentryAccessDeniedException: usr_wmnxacyvujehjqyzqxud has no grant! INFO : Completed executing command(queryId=hive_20180817123333_9157c8f7-8226-4c45-bd6f-257bb17e3861); Time taken: 0.025 seconds 0: jdbc:hive2://mk516-6.gce.cloudera.com:1000> Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.SentryGrantRevokeTask. SentryAccessDeniedException: usr_wmnxacyvujehjqyzqxud has no grant! (state=08S01,code=1) Expected Result : Should be able to grant . -- This message was sent by Atlassian JIRA (v7.6.3#76005)