SaslQop
Quality of protection for the SASL framework. The level of quality is negotiated between the client and server during authentication. Used by Kerberos authentication with TCP transport.
Possible Values
auth, auth-int, auth-confData Type
string
Default Value
"auth"
Remarks
This property should be set to the 'hive.server2.thrift.sasl.qop' value specified in your Hive configuration file (hive-site.xml).
auth | Authentication only |
auth-int | Authentication plus integrity protection |
auth-conf | Authentication plus integrity and confidentiality protection |