Trying to use Impala in a kerberosied environment and my observation is
that when queries are submitted via impala-shell requests are treated as
coming from kerberose service account running the service. Is there a way
to pass a proxy user instead.

As an example, in Hive Beeline, we achieve this by using a 'connect'
command as below:

!connect 
jdbc:hive2://cluster:10000/;principal=hive/[email protected];*[email protected]
<[email protected]>*

Reply via email to