[ 
https://issues.apache.org/jira/browse/HBASE-5342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matteo Bertozzi updated HBASE-5342:
-----------------------------------

    Attachment: HBASE-5342-v0.patch

The only difference between 0.92/0.94 and trunk is this commit:
https://github.com/apache/hbase/commit/19167af652aeb14979146c7bf312cf5925717190

So if we backport in 0.92/0.94 the posted patch apply without problem.

{quote}
{code}
+  private void updateGlobalCache(ListMultimap<String,TablePermission> 
userPerms) {
{code}
I would expect Permission in the method signature above. Can the following 
method be changed to return ListMultimap<String, Permission> ?
{quote}
...I know, but I've tried to stay as close as possible with the current 
implementation. The global permission is just the same as permission on acl 
table.

Maybe we can open a new jira to refactor 
Permission/TablePermission/UserPermission.

                
> Grant/Revoke global permissions
> -------------------------------
>
>                 Key: HBASE-5342
>                 URL: https://issues.apache.org/jira/browse/HBASE-5342
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Enis Soztutar
>            Assignee: Matteo Bertozzi
>         Attachments: HBASE-5342-draft.patch, HBASE-5342-v0.patch
>
>
> HBASE-3025 introduced simple ACLs based on coprocessors. It defines 
> global/table/cf/cq level permissions. However, there is no way to 
> grant/revoke global level permissions, other than the hbase.superuser conf 
> setting. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to