diff --git a/conf/hive-default.xml.template b/conf/hive-default.xml.template index d02ac3d..17f8f03 100644 --- a/conf/hive-default.xml.template +++ b/conf/hive-default.xml.template @@ -1948,8 +1948,13 @@ hive.server2.thrift.sasl.qop auth - Sasl QOP value; one of 'auth', 'auth-int' and 'auth-conf' + Sasl QOP value; Set it to one of following values to enable higher levels of + protection for hive server2 communication with clients. + "auth" - authentication only (default) + "auth-int" - authentication plus integrity protection + "auth-conf" - authentication plus integrity and confidentiality protection + This is applicable only hive server2 is configured to use kerberos authentication. + -