[
https://issues.apache.org/jira/browse/HIVE-18762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on HIVE-18762 started by Sergio Peña.
------------------------------------------
> Support ALTER TABLE SET OWNER command
> -------------------------------------
>
> Key: HIVE-18762
> URL: https://issues.apache.org/jira/browse/HIVE-18762
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Affects Versions: 3.0.0
> Reporter: kalyan kumar kalvagadda
> Assignee: Sergio Peña
> Priority: Major
>
> Currently only a user can be a owner of hive table. It should be extended so
> that either user/role can be set a owner of a table.
> With this support ownership of a table can be transferred to either user or
> role.
> Should be able to run below commands and change the ownership
> {noformat}
> alter table tb1 set owner user user1;
> alter table tb1 set owner role role1;{noformat}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)