-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73737/
-----------------------------------------------------------

Review request for ranger, Don Bosco Durai, Abhay Kulkarni, Madhan Neethiraj, 
Mehul Parikh, Pradeep Agrawal, Selvamohan Neethiraj, Sailaja Polavarapu, and 
Velmurugan Periasamy.


Bugs: RANGER-3298
    https://issues.apache.org/jira/browse/RANGER-3298


Repository: ranger


Description
-------

RANGER-3298:Add coarse URI check for Hive Agent


Diffs
-----

  
agents-common/src/main/java/org/apache/ranger/authorization/hadoop/constants/RangerHadoopConstants.java
 31e4c0f4e8 
  hive-agent/conf/ranger-hive-security.xml 3a5fc54cda 
  
hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java
 e145ea2996 


Diff: https://reviews.apache.org/r/73737/diff/1/


Testing
-------

- Verified in a cluster CREATE EXTERNAL TABLE with location point to HDFS 
location with large number of folders and file
- Without this patch and when HIVE URL policy is not enabled / present CREATE 
EXTERNAL TABLE create takes a lot of time as RangerHiveAuthorize authorizes all 
the folder, subfolder and files in it.
- With this patch with no URL policy and having 
xasecure.hive.uri.permission.coarse.check=true, CREATE EXTERNAL TABLE is 
quicker as the recursive checks are avoided.


Thanks,

Ramesh Mani

Reply via email to