Description
When granting all privilege on a table from impala-shell, this privilege cannot be revoked from hiove beeline.
When granting all privilege on a table from hive beeline, this privilege cannot be revoked from impala-shell.
The reason is that impala uses "ALL" to represent all privilege, and hive uses "*". So getting privilege to drop it does not properly.
The solution is to find all equivalent privileges from input, and drop them.
Attachments
Attachments
Issue Links
- links to