Skip to content
New issue

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

"No valid privileges User xxxxxx does not have privileges for QUERY" despite having such privilege. #484

Open
iusshpandeh opened this issue Oct 21, 2021 · 0 comments

Comments

@iusshpandeh
Copy link

I can access the db and query from Hue but not from Impyla despite using same username.

I'm using the following code:

from impala.dbapi import connect

conn = connect( host="host.com",

            port=10000,

            kerberos_service_name="hive",

            auth_mechanism="GSSAPI")

But I get error:

Error while compiling statement: FAILED: SemanticException No valid privileges User xxxxxx does not have privileges for QUERY
The required privileges: Server=server1=>db=xxx->Table=xxxxx->Column=act_type->action=select;

Please Help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant