[
https://issues.apache.org/jira/browse/HBASE-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell resolved HBASE-5265.
-----------------------------------
Resolution: Invalid
Assignee: (was: Eugene Koontz)
> Fix 'revoke' shell command
> --------------------------
>
> Key: HBASE-5265
> URL: https://issues.apache.org/jira/browse/HBASE-5265
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.92.0
> Reporter: Andrew Purtell
>
> The 'revoke' shell command needs to be reworked for the AccessControlProtocol
> implementation that was finalized for 0.92. The permissions being removed
> must exactly match what was previously granted. No wildcard matching is done
> server side.
> Allow two forms of the command in the shell for convenience:
> Revocation of a specific grant:
> {code}
> revoke <user>, <table>, <column family> [ , <column_qualifier> ]
> {code}
> Have the shell automatically do so for all permissions on a table for a given
> user:
> {code}
> revoke <user>, <table>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)