GitHub user karanmehta93 opened a pull request:
https://github.com/apache/phoenix/pull/283
PHOENIX-672 Add GRANT and REVOKE commands using HBase AccessController
Initial patch
Added support for Grant Revoke SQL statements for HBase ACL Permissions
Refactored the tests, BasePermissionsIT is the base test for Permission
management tests and provides helper methods.
Index tables will be automatically granted permissions as base table when
created
Ongoing
Removing console debug messages, adding log lines, making patch cleaner
End to end testing with HBase and sqlline.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karanmehta93/phoenix PHOENIX-672
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/283.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #283
----
commit 16138fc5a4846b6483d2ad2a2eeca7d01f3f1727
Author: Karan Mehta <[email protected]>
Date: 2017-11-17T01:29:33Z
PHOENIX-672 Add GRANT and REVOKE commands using HBase AccessController
----
---