Ramesh Mani created RANGER-3407: ----------------------------------- Summary: Handle Hive Drop database / table if exists in RangerHiveAuthorizer when database / table doesn't exist Key: RANGER-3407 URL: https://issues.apache.org/jira/browse/RANGER-3407 Project: Ranger Issue Type: Bug Components: Ranger Reporter: Ramesh Mani Fix For: 3.0.0, 2.2.0
Handle Hive Drop database / table if exists in RangerHiveAuthorizer when database / table doesn't exists. When Database or table doesn't exist there is no input/output HivePrivilege Object present in the authorization request and hence there will be exception because of the checks introduced inĀ RANGER-3148. This has to be handled in the same way how HIVE handles when "drop database/table if exists" is run on database / table which are not present. -- This message was sent by Atlassian Jira (v8.3.4#803005)