You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2019/03/26 01:50:00 UTC

[jira] [Updated] (IMPALA-6988) Implement ALTER TABLE/VIEW SET OWNER

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

Quanlong Huang updated IMPALA-6988:
-----------------------------------
    Fix Version/s: Impala 2.13.0

> Implement ALTER TABLE/VIEW SET OWNER
> ------------------------------------
>
>                 Key: IMPALA-6988
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6988
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Frontend
>    Affects Versions: Impala 3.0, Impala 2.13.0
>            Reporter: Adam Holley
>            Assignee: Fredy Wijaya
>            Priority: Major
>              Labels: security
>             Fix For: Impala 2.13.0, Impala 3.1.0
>
>
> Create statement to allow setting owner.
> {noformat}
> ALTER TABLE database_name.table_name SET OWNER [USER|ROLE] user_or_role;
> ALTER VIEW database_name.view_name SET OWNER [USER|ROLE] user_or_role;{noformat}
> Examples:
> {noformat}
> ALTER TABLE <table> SET OWNER USER <user>
> ALTER TABLE <table> SET OWNER ROLE <role>
> ALTER VIEW <view> SET OWNER USER <user>
> ALTER VIEW <view> SET OWNER ROLE <role>
> {noformat}
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org