Configure Encryption with MapR-SASL or Kerberos Authentication
About this task
Procedure
-
In
hive-site.xmlfile, set the following property:Property Value hive.server2.thrift.sasl.qopauth-confNOTEAs of Hive 0.13-1504 and Hive 1.0-1504,hive.server2.thrift.sasl.qopis set toauth-confby default on secure clusters.<property> <name>hive.server2.thrift.sasl.qop</name> <value>auth-conf</value> <description>Sasl QOP value; one of 'auth', 'auth-int' and 'auth-conf'</description> </property> -
Restart HiveServer2 to apply these changes.
maprcli node services -name hs2 -action restart -nodes <comma separated list of nodes>