aloyszhang commented on code in PR #1088:
URL: https://github.com/apache/inlong-website/pull/1088#discussion_r1863132354


##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.0/quick_start/offline_data_sync/dolphinscheduler_example.md:
##########
@@ -0,0 +1,96 @@
+---
+title: 使用第三方 DolphinScheduler 调度引擎
+sidebar_position: 1
+---
+
+在接下来的内容中,我们将介绍如何在 Apache InLong 中集成第三方调度引擎 DolphinScheduler 来创建离线数据同步。
+
+## ## 环境部署
+
+### 安装 InLong
+
+在开始之前,我们需要安装 InLong 的全部组件,这里提供两种方式:
+
+- [Docker 部署](deployment/docker.md)(推荐)
+- [Bare Metal 部署](deployment/bare_metal.md)
+
+### 添加 Connectors
+
+下载与 Flink 版本对应的 [connectors](https://inlong.apache.org/zh-CN/downloads),解压后将 
`sort-connector-jdbc-[version]-SNAPSHOT.jar` 放在 `/inlong-sort/connectors/` 目录下。
+> 当前 Apache InLong 的离线数据同步能力只支持 Flink-1.18 版本,所以请下载 1.18 版本的 connectors。
+
+### 在 DolphinScheduler 上的操作
+
+在使用 DolphinScheduler 作为调度引擎之前,请确保手头有正常可用的 DolphinScheduler。如果您需要为自己部署一个 
DolphinScheduler,请参考 [DolphinScheduler 
官方文档](https://dolphinscheduler.apache.org/zh-cn)。

Review Comment:
   ```suggestion
   在使用 DolphinScheduler 作为调度引擎之前,请确保有可以提供服务的 DolphinScheduler 。如果您需要为自己部署一个 
DolphinScheduler,请参考 [DolphinScheduler 
官方文档](https://dolphinscheduler.apache.org/zh-cn)。
   ```



-- 
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]

Reply via email to