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

[jira] [Updated] (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:all-tabpanel ]

Alok Lal updated RANGER-802:
----------------------------
    Attachment: 802.0.patch

> 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)