We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.8-1
New user query hive catalog access denied
User query "SELECT * FROM hive.cdm_abite.dim_spu limit 20" is ok!
"type"="hms", "hive.metastore.type" = "dlf", "dlf.proxy.mode" = "DLF_ONLY", "dlf.endpoint" = "dlf-vpc.cn-beijing.aliyuncs.com", "dlf.region" = "cn-beijing", ... 2. CREATE USER test@'%' IDENTIFIED BY 'test123'; 3. GRANT SELECT_PRIV ON hive.cdm_abite.* TO 'test'@'%'; 4. [user test] SWITCH hive 5. USE cdm_abite; Err: errCode = 2, detailMessage = Access denied for user 'test' to database 'cdm_abite' 6. [user root] SWITCH hive 7. "SELECT * FROM hive.cdm_abite.dim_spu limit 20" is ok!
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Version
2.1.8-1
What's Wrong?
New user query hive catalog access denied
What You Expected?
User query "SELECT * FROM hive.cdm_abite.dim_spu limit 20" is ok!
How to Reproduce?
"type"="hms",
"hive.metastore.type" = "dlf",
"dlf.proxy.mode" = "DLF_ONLY",
"dlf.endpoint" = "dlf-vpc.cn-beijing.aliyuncs.com",
"dlf.region" = "cn-beijing",
...
2. CREATE USER test@'%' IDENTIFIED BY 'test123';
3. GRANT SELECT_PRIV ON hive.cdm_abite.* TO 'test'@'%';
4. [user test] SWITCH hive
5. USE cdm_abite; Err: errCode = 2, detailMessage = Access denied for user 'test' to database 'cdm_abite'
6. [user root] SWITCH hive
7. "SELECT * FROM hive.cdm_abite.dim_spu limit 20" is ok!
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: