Member since
02-05-2016
3
Posts
0
Kudos Received
0
Solutions
02-25-2016
11:33 AM
For production environment, Kerberos is the best method of authentication. If you want to do a proof of concept, LDAP can be used for securing Hive. To override the kerberos requirement, the following property has to be set in sentry-site.xml <property> <name>sentry.hive.testing.mode</name> <value>true</value> </property> All other LDAP properties can be set on the Hive configuration page on CM.
... View more