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

Matteo Bertozzi commented on HBASE-12161:
-----------------------------------------

something like that would be nice also for the existing grant/revoke, since 
they are not using the ProtobufUtil.grant/revoke but reimplementing the logic.

but this thing doesn't work.
{code}
BlockingInterface getAccessControlServiceStub (HTable ht) {
  ...
  ht = new HTable(...)
  ht...
  ...
}

...
HTable ht = null;
stub = getAccessControlServiceStub(ht);
if (ht != null)
  ...
...
{code}

> Add support for grant/revoke on namespaces in AccessControlClient
> -----------------------------------------------------------------
>
>                 Key: HBASE-12161
>                 URL: https://issues.apache.org/jira/browse/HBASE-12161
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Srikanth Srungarapu
>            Assignee: Srikanth Srungarapu
>            Priority: Minor
>         Attachments: HBASE-12161_0.98.patch, HBASE-12161_master.patch
>
>
> As per the description.



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

Reply via email to