Hive - Authentication
About
What is Authentication, known also as Access control, Identification, or AuthN?
Articles Related
Type
hive.server2.authentication - property
NONE: no authentication check – plain SASL transport
LDAP: LDAP/AD based authentication
KERBEROS: Kerberos/GSSAPI authentication
CUSTOM: Custom authentication provider (use with property hive.server2.custom.authentication.class)
PAM: Pluggable authentication module (added in Hive 0.13.0 with HIVE-6466)
NOSASL: Raw transport (added in Hive 0.13.0)
NONE
URI Connection example:
beeline> !connect jdbc:hive2://10.10.6.29:10001/default;transportMode=http user ""
where:
Management
Conf
See conf properties, beginning with hive.server2.authentication
Documentation / Reference