Purpose

Specifies the quality of protection used for SASL mechanisms when Kerberos authentication is enabled (AuthenticationMethod=kerberos).

Valid Values

auth | auth-int | auth-conf

Behavior

If set to auth, the driver uses authentication for SASL mechanisms.

If set to auth-int, the driver uses authentication and integrity protection for SASL mechanisms.

If set to auth-conf, the driver uses authentication and confidentiality protection for SASL mechanisms.

Data Source Method

setSASLQOP

Notes

  • The setting of this property should match that of the hive.server2.thrift.sasl.qop property on the server.

Default

auth

Data Type

String

See also