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
Assignee: Andrew Purtell
Fix For: 0.94.0, 0.92.1
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 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