We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Impala测试连接失败
dev
Nil
java.sql.SQLException: Could not establish connection to jdbc:hive2://xxx.xxx.xxx.xxx:xxx/ods;auth=noSasl: null
Connector Type: Impala
Temurin openjdk 1.8.0_442-b06
No response
The text was updated successfully, but these errors were encountered:
I will fix this issue today
Sorry, something went wrong.
造成连接失败的原因是在代码中,拼上了验证方式auth=noSasl,对于使用了账号密码登录的Impala会失败。可以将验证方式拼接在创建数据源的参数中
[Fix][DataSource] fix Impala connection failure (datavane#511)
9c7a0dc
4aec75d
Merge pull request #512 from Chris-playground/511
dd31be1
[Fix][DataSource] fix Impala connection failure (#511)
Chris-playground
No branches or pull requests
Search before asking
What happened
Impala测试连接失败
DataVines Version
dev
DataVines Config
Running Command
Error Exception
Engine Type
Connector Type: Impala
Java Version
Temurin openjdk 1.8.0_442-b06
Screenshots
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: