Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-1
Description
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.
GRANT ALL ON SERVER TO USER usr;
Attachments
Issue Links
- is related to
-
IMPALA-4000 Restricted Sentry authorization for Kudu Tables
- Resolved
-
IMPALA-10300 Investigate the need for checking the privilege on server when creating a Kudu table with property of kudu.master_addresses
- Closed