Created on 12-25-2018 08:59 AM - edited 08-17-2019 03:41 PM
hi iam using python 3.7 and superset service from hdp 3.x.
ERROR: {"error": "Connection failed!\n\nThe error message returned was:\nPassword should be set if and only if in LDAP or CUSTOM mode; Remove password or use one of those modes"}
Created 12-26-2018 05:51 AM
Adjust the SQLAlchemy URI to get access to kerberized cluster:
hive://hive@dev4.com:10001/default?auth=KERBEROS&kerberos_service_name=hive
And get kerberos ticket manually to make it work:
kinit -k -t /etc/security/keytabs/superset.headless.keytab devhcdl4.azure.ril.com@DEVHCDLRIL.COM
Reference here
Please accept the answer you found most useful.
Created 12-26-2018 01:23 PM
hey thanks for your reply,i already checked the reference case ,added ldap properties in ambari superset config ,after adding the ldap properties in ambari ,the UI is shown Invalid login.So i remove the Ldap properties give the superset ticket to kerberos still i am facing that issue.