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.
I can access the db and query from Hue but not from Impyla despite using same username.
I'm using the following code:
But I get error:
Please Help.