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



This modification should be compatible with the previous version. Please fixed 
it.

- Qiang Zhang


On 八月 31, 2017, 5:39 a.m., pengjianhua wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/62010/
> -----------------------------------------------------------
> 
> (Updated 八月 31, 2017, 5:39 a.m.)
> 
> 
> Review request for ranger, Alok Lal, Ankita Sinha, Don Bosco Durai, Colm O 
> hEigeartaigh, Gautam Borad, Madhan Neethiraj, Ramesh Mani, Selvamohan 
> Neethiraj, Velmurugan Periasamy, and Qiang Zhang.
> 
> 
> Bugs: RANGER-1755
>     https://issues.apache.org/jira/browse/RANGER-1755
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> hbase0.96+ version: system table is : "hbase:acl" ,"hbase:meta", 
> "hbase:namespace" 
> and 
> hbase0.96- version: system table is "hbase:meta", "ROOT", ".META."
> ranger should support hbase0.96+ version .
> Bar.java
> RangerAuthorizationCoprocessor.java
> protected boolean isSpecialTable(String input) {
>               final String[] specialTables = new String[] { "hbase:meta", 
> "-ROOT-", ".META."};
>               for (String specialTable : specialTables ) {
>                       if (specialTable.equals(input)) {
>                               return true;
>                       }
>               }                       
>               return false;
>       }
> Activity
> 
> 
> Diffs
> -----
> 
>   
> hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/RangerAuthorizationCoprocessor.java
>  da73c677 
> 
> 
> Diff: https://reviews.apache.org/r/62010/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> pengjianhua
> 
>

Reply via email to