hive-default.xml.template of hive-0.12.0:
<property>
<name>hive.server2.thrift.sasl.qop</name>
<value>auth</auth>wrong is here
<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>
2014-03-22
fanhaozzu