-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLAlchemy URI for hive problem #2632
Comments
Does not looks a superset issue, more like a config or sqlalchemy dialect issue. |
i use sqlalchemy URI prefix like "jdbc+hive://..." ,but it does not work too and error msg is |
Still the new error is not superset related |
solution:yum -y install cyrus-sasl-plain |
@hungrytortoise could you please tell me which version of superset have you benn using ? |
In debian or unbuntu would be worked by:apt install -y libsasl2-dev libsasl2-2 libsasl2-modules-gssapi-mit |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
the lastest version
Expected results
my SQLAlchemy URI is: hive://[email protected]:10000/xxx_dmp_idmapping?auth=NOSASL
Actual results
when i click test connect btn,
ERROR: {"error": "Connection failed!\n\nThe error message returned was:\nCould not start SASL: Error in sasl_client_start (-4) SASL(-4): no mechanism available: No worthy mechs found"}
Steps to reproduce
The text was updated successfully, but these errors were encountered: