Purpose

Specifies the user ID used for Impersonation. When Impersonation is enabled on the server (impala.doas.user=impersonating_userName), this value determines your identity and access rights to Impala resources when executing queries. If Impersonation is disabled, you will execute queries as the Impala user who initiated the process.

Refer to the Impala documentation for more information on using Impersonation with Kerberos.

Valid Values

string

where:

string
is a valid user ID with permissions to access the database.

Data Source Method

public String getImpersonateUser()

public void setImpersonateUser(String)

Default

None

Data Type

String