EricGao888 commented on issue #10540: URL: https://github.com/apache/dolphinscheduler/issues/10540#issuecomment-1240172686
> > > > 你找到这个问题的原因了吗? > > > > > > > > > 你们是怎么解决的 > > > > > > 去看后台日志,找到这个任务运行时的日志,我的是hive 客户端连接超时,后面优化了hive客户端,问题解决了 > > how to optimize the hive client? @caffreyZ Actually, it is not a good practice to use hiveserver2 for scheduled hive tasks in production. Hiveserver2 is a better choice for ad-hoc query. For scheduling purpose, you may try hive CLI. You could do it with shell task if you are using an old version of DS. If you are planning to upgrade DS, there will be a new `Hive CLI` task in the future. see: https://github.com/apache/dolphinscheduler/pull/11651 -- 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]
