Skip to content

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

Description

@iusshpandeh

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions