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 "Fang-Yu Rao (Jira)" <ji...@apache.org> on 2022/11/08 17:08:00 UTC

[jira] [Resolved] (IMPALA-10436) Investigate the need for granting ALL privilege on server when creating an external Kudu table

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

Fang-Yu Rao resolved IMPALA-10436.
----------------------------------
    Fix Version/s: Impala 4.2.0
       Resolution: Fixed

The fix has been merged.

> Investigate the need for granting ALL privilege on server when creating an external Kudu table
> ----------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-10436
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10436
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>            Reporter: Fang-Yu Rao
>            Assignee: Fang-Yu Rao
>            Priority: Major
>             Fix For: Impala 4.2.0
>
>
> We found that to allow a user {{usr}} to create an external Kudu table in Impala, we need to grant the user the {{ALL}} privilege on the server in advance like the following, which seems too strict. It would be good to figure out whether such a requirement is indeed necessary.
> {code:sql}
> GRANT ALL ON SERVER TO USER usr;
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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