June 2018
Beginner to intermediate
210 pages
5h 12m
English
hiveserver2 supports multiple authentication modes, such as Kerberos, LDAP, PAM, and customized code. To configure hiveserver2 to use one of these authentication modes, we can set the proper properties in hive_site.xml as follows, and then restart the hiveserver2 service to make it work:
<property>
<name>hive.server2.authentication</name>
<value>NONE</value>
</property>