SaslQop Parameter (Connect-SparkSQL Cmdlet)
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.
Syntax
Connect-SparkSQL -SaslQop string
Possible Values
auth, auth-int, auth-confData Type
cstr
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 |