You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2019/02/20 00:08:00 UTC

[jira] [Created] (IMPALA-8226) Implement GRANT/REVOKE privilege to GROUP

Fredy Wijaya created IMPALA-8226:
------------------------------------

             Summary: Implement GRANT/REVOKE privilege to GROUP
                 Key: IMPALA-8226
                 URL: https://issues.apache.org/jira/browse/IMPALA-8226
             Project: IMPALA
          Issue Type: Sub-task
          Components: Catalog, Frontend
            Reporter: Fredy Wijaya


Ranger supports granting/revoking a privilege to a group directly. Only admin should be able to do a grant/revoke.

Syntax:

GRANT <privilege> ON <object> TO GROUP <group>
REVOKE <privilege> ON <object> FROM GROUP <group>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)