EricGao888 commented on code in PR #13312: URL: https://github.com/apache/dolphinscheduler/pull/13312#discussion_r1060024238
########## docs/docs/zh/guide/howto/datasource-setting.md: ########## @@ -4,7 +4,7 @@ 我们这里以 MySQL 为例来说明如何配置外部数据库: -> 如果使用 MySQL 需要手动下载 [mysql-connector-java 驱动][mysql] (8.0.16) 并移动到 DolphinScheduler 的每个模块的 libs 目录下,其中包括 `api-server/libs` 和 `alert-server/libs` 和 `master-server/libs` 和 `worker-server/libs`。 +> 如果使用 MySQL,需要手动下载 [mysql-connector-java 驱动][mysql] (8.0.16) 并解压后移动到 DolphinScheduler 的每个模块的 libs 目录下,其中包括 `api-server/libs`、`alert-server/libs`、`master-server/libs`、`worker-server/libs`、`tools/libs`。 Review Comment: Just for double-check, since DS removes the dependency of `DAO` module in worker, do we still need to add `mysql-connector-java` for worker? https://github.com/apache/dolphinscheduler/pull/13242 cc @ruanwenjun -- 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]
