You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (Jira)" <ji...@apache.org> on 2021/12/09 14:12:00 UTC

[jira] [Reopened] (HIVE-25514) Alter table with partitions should honor {OWNER} policies from Apache Ranger in the HMS

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

Zoltan Haindrich reopened HIVE-25514:
-------------------------------------

[~hemanth619] this doesn't looks like it was committed; if it was - could you point me to the commit hash for it?

> Alter table with partitions should honor {OWNER} policies from Apache Ranger in the HMS
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-25514
>                 URL: https://issues.apache.org/jira/browse/HIVE-25514
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive, Standalone Metastore
>    Affects Versions: 4.0.0
>            Reporter: Sai Hemanth Gantasala
>            Assignee: Sai Hemanth Gantasala
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> The following commands should honor \{OWNER} policies from Apache Ranger in the HMS.
> {code:java}
> Show partitions table_name;
> alter table foo.table_name partition (country='us') rename to partition (country='canada);
> alter table foo.table_name drop partition (id='canada');{code}
> The examples above are tables with partitions. So the partition APIs in HMS should be modifed to honor \{owner} policies from Apache ranger. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)