Observed on ADS 14-rc-8.
Would you please review the following procedure used to connect ADS to LDAP auth enabled HiveServer2?
Used a free LDAP service for testing available at http://blog.stuartlewis.com/2008/07/07/test-ldap-service/
ldap.provider_url = ldap://ldap.testathon.net:389/
Login name : CN=john,OU=users,DC=testathon,DC=net
password : john
1) Attached is the hive-site.xml file used for configuring hiveserver2. Basically following properties were added to enable LDAP authentication.
..................
<property>
<name>hive.server2.authentication</name>
<value>LDAP</value>
</property>
<property>
<name>hive.server2.authentication.ldap.url</name>
<value>ldap://ldap.testathon.net:389</value>
</property>
..............
2) Hiveserver2 was started on mapR M3 VM using following command:
sudo /opt/mapr/hive/hive-0.11/bin/hive --service hiveserver2
3) On ADS register server window, connection information was provided as in the screenshot ADS_hiveserver2_connect.png
4) Then executed some simple queries on the DB.
Thank you
|
58 KB
![]() |
2 KB
Issue #9929 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 14.0.0-rc-18 |
No time estimate |
1 issue link |
relates to #9864
Issue #9864enhancement of Authentication section of Server registration on ADS (for Hive) |