jack-wqing opened a new issue, #17133: URL: https://github.com/apache/dolphinscheduler/issues/17133
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened dolphin使用HikariDataSource,而在数据信息中只支持配置DriverClassName,此时创建的DriverDataSource中,使用配置参数设置HikariDataSource connectionTimeOut不起作用, 在HiveSql底层的Thrift使用socket Timeout 使用connectionTimeOut来设置,当sql解析时间长就会报错;可以在数据初始化地方优化参数设置,HikariDataSource默认是30s ### What you expected to happen 优化 HikariDataSource 参数配置,可以使用数据源中心的配置参数生效 ### How to reproduce hive环境下,执行executeUpdate当hive sql解析时间较长时 ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
