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:06:00 UTC

[jira] [Created] (IMPALA-8225) Implement GRANT/REVOKE privilege to USER

Fredy Wijaya created IMPALA-8225:
------------------------------------

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


Ranger supports granting/revoking a privilege to a user directly.

Syntax:
{noformat}
GRANT <privilege> ON <object> TO USER <user>
REVOKE <privilege> ON <object> FROM USER <user>
{noformat}




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