You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2013/08/20 16:50:12 UTC

svn commit: r1515837 - /hive/trunk/conf/hive-default.xml.template

Author: hashutosh
Date: Tue Aug 20 14:50:11 2013
New Revision: 1515837

URL: http://svn.apache.org/r1515837
Log:
HIVE-5120 : document what hive.server2.thrift.sasl.qop values mean in hive-default.xml.template (Thejas Nair via Ashutosh Chauhan)

Modified:
    hive/trunk/conf/hive-default.xml.template

Modified: hive/trunk/conf/hive-default.xml.template
URL: http://svn.apache.org/viewvc/hive/trunk/conf/hive-default.xml.template?rev=1515837&r1=1515836&r2=1515837&view=diff
==============================================================================
--- hive/trunk/conf/hive-default.xml.template (original)
+++ hive/trunk/conf/hive-default.xml.template Tue Aug 20 14:50:11 2013
@@ -1948,8 +1948,13 @@
 <property>
   <name>hive.server2.thrift.sasl.qop</name>
   <value>auth</auth>
-  <description>Sasl QOP value; one of 'auth', 'auth-int' and 'auth-conf'</description>
+  <description>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.
+ </description>
 </property>
 
 </configuration>
-