You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Deegue (Jira)" <ji...@apache.org> on 2020/02/05 04:08:00 UTC

[jira] [Updated] (HIVE-22830) Support ALL privilege in grant option and SQL authorization

     [ https://issues.apache.org/jira/browse/HIVE-22830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deegue updated HIVE-22830:
--------------------------
    Description: 
Upgraded from Hive 1.1.0 or other 1.x version, ALL privilege should be supported.

When user A grant ALL on table t1 to user B, user A has ALL privilege on table t1, it will thrown exception like:

{code:java}
FAILED: HiveAuthzPluginException ALL Unsupported privilege type ALL
{code}



  was:
Upgraded from Hive 1.1.0 or other 1.x version, ALL privilege should be supported.

When user A grant ALL on table t1 to user B, user A has ALL privilege on table t1, it will thrown exception like:

{code:java}
FAILED: HiveAuthzPluginException ALLUnsupported privilege type ALL
{code}




> Support ALL privilege in grant option and SQL authorization
> -----------------------------------------------------------
>
>                 Key: HIVE-22830
>                 URL: https://issues.apache.org/jira/browse/HIVE-22830
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Deegue
>            Priority: Major
>
> Upgraded from Hive 1.1.0 or other 1.x version, ALL privilege should be supported.
> When user A grant ALL on table t1 to user B, user A has ALL privilege on table t1, it will thrown exception like:
> {code:java}
> FAILED: HiveAuthzPluginException ALL Unsupported privilege type ALL
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)