When airflow connects to kyuubi through hiveserver2, the password gets corrupted. #61856
Unanswered
shashihoushengqia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I connected to kyuubi using the above information,Kyuubi error occurred:
javax.security.sasl.SaslException: Error validating the login [Caused by javax.security.sasl.AuthenticationException: Password does not match or no such user. user: 4385f2f29e78cd23, password: *(length:1)]This (length: 1) really confuses me.Why does Airflow convert this password into a single digit? After my attempts, no matter how I input the password, it was always processed as a single digit.I can confirm that the Kyuubi and this account password are correct. I was able to connect to Kyuubi using DataGrip without any issues.

Beta Was this translation helpful? Give feedback.
All reactions