You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "rangerqa (JIRA)" <ji...@apache.org> on 2016/02/18 00:03:18 UTC

[jira] [Commented] (RANGER-802) HBase plugin: Implement the new methods added to MasterObservers Interface and mimic their implementation in Hbase AccessController

    [ https://issues.apache.org/jira/browse/RANGER-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151364#comment-15151364 ] 

rangerqa commented on RANGER-802:
---------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12788330/802.0.patch
  against master revision b1ff479.

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:red}-1 javac{color:red}.  The patch appears to cause the build to fail.

Console output: https://builds.apache.org/job/PreCommit-RANGER-Build/59//console

This message is automatically generated.

> HBase plugin: Implement the new methods added to MasterObservers Interface and mimic their implementation in Hbase AccessController
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RANGER-802
>                 URL: https://issues.apache.org/jira/browse/RANGER-802
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>    Affects Versions: 0.5.0
>            Reporter: Alok Lal
>            Assignee: Alok Lal
>             Fix For: 0.6.0
>
>         Attachments: 802.0.patch
>
>
> Following Hbase commits to their master have added new functionality around authorizing the listing and aborting of procedures.
> {code}
> * ed4c734 HBASE-14432 Procedure V2 - enforce ACL on procedure admin tasks (Stephen Yuan Jiang
> * f6be2f9 HBASE-14488 Procedure V2 - shell command to abort a procedure (Stephen Yuan Jiang)
> * 2350645 HBASE-14487 Procedure V2 - shell command to list all procedures (Stephen Yuan Jiang)
> * 5b7894f HBASE-14107 Administrative Task: Provide an API to List all procedures (Stephen Yuan Jiang)
> * 3341f13 HBASE-14108 Procedure V2 Administrative Task: provide an API to abort a procedure (Stephen Yuan Jiang)
> {code}
> Currently we build against hbase 1.1.0.  As and when these get ported from master to 1.1.0 or if we move to newer versions of hbase then these new interface methods would show up not only as compile time issues but also as deviation between Ranger's Authorizer and HBase standard {{AccessController}}.  This we should implement these methods in Ranger.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)