-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66106/
-----------------------------------------------------------
(Updated March 18, 2018, 10:03 p.m.)
Review request for ranger and Madhan Neethiraj.
Changes
-------
Addressed review comments
Bugs: RANGER-2026
https://issues.apache.org/jira/browse/RANGER-2026
Repository: ranger
Description
-------
HBase supports a "default" namespace in which Hbase tables are implicitly
present when namespace is not explicitly specified. Ranger Hbase policies with
table-resource specified with or without a "default" namespace qualifier should
match if a table in default namespace is accessed with or without "default"
namespace qualifier.
Diffs (updated)
-----
hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/AuthorizationSession.java
1349aef9e
hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/RangerAuthorizationCoprocessor.java
d7b46735d
hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/RangerHBaseResource.java
PRE-CREATION
hbase-agent/src/test/java/org/apache/ranger/authorization/hbase/HBaseRangerAuthorizationTest.java
665640f07
hbase-agent/src/test/java/org/apache/ranger/authorization/hbase/TestPolicyEngine.java
9f0e5ac87
hbase-agent/src/test/resources/hbase-policies-tag.json 61728c800
hbase-agent/src/test/resources/policyengine/test_policyengine_hbase.json
f563c2850
Diff: https://reviews.apache.org/r/66106/diff/3/
Changes: https://reviews.apache.org/r/66106/diff/2-3/
Testing
-------
Passed all unit tests.
Thanks,
Abhay Kulkarni