From 634b2d0b15ac8ed5611a97ea6cd38c990132d528 Mon Sep 17 00:00:00 2001 From: FangXiangmin Date: Thu, 18 Jul 2024 17:58:59 +0800 Subject: [PATCH] [docs][minor] Specify the lib directory of Flink CDC in quick start docs This closes #3479. Co-authored-by: fangxiangmin Co-authored-by: Leonard Xu Co-authored-by: yux <34335406+yuxiqian@users.noreply.github.com> --- docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md | 1 + .../content.zh/docs/get-started/quickstart/mysql-to-starrocks.md | 1 + docs/content/docs/get-started/quickstart/mysql-to-doris.md | 1 + docs/content/docs/get-started/quickstart/mysql-to-starrocks.md | 1 + 4 files changed, 4 insertions(+) diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md index 47c56edcc1..e5f4ae6f30 100644 --- a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md +++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md @@ -186,6 +186,7 @@ MacOS 由于内部实现容器的方式不同,在部署时宿主机直接修 2. 下载下面列出的 connector 包,并且移动到 `lib` 目录下; **下载链接只对已发布的版本有效, SNAPSHOT 版本需要本地基于 master 或 release- 分支编译.** + **请注意,您需要将 jar 移动到 Flink CDC Home 的 lib 目录,而非 Flink Home 的 lib 目录下。** - [MySQL pipeline connector 3.1.0](https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-mysql/3.1.0/flink-cdc-pipeline-connector-mysql-3.1.0.jar) - [Apache Doris pipeline connector 3.1.0](https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-doris/3.1.0/flink-cdc-pipeline-connector-doris-3.1.0.jar) diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md index 547a3811fe..8feabc8437 100644 --- a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md +++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md @@ -147,6 +147,7 @@ under the License. 2. 下载下面列出的 connector 包,并且移动到 lib 目录下; **下载链接只对已发布的版本有效, SNAPSHOT 版本需要本地基于 master 或 release- 分支编译。** + **请注意,您需要将 jar 移动到 Flink CDC Home 的 lib 目录,而非 Flink Home 的 lib 目录下。** - [MySQL pipeline connector 3.1.0](https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-mysql/3.1.0/flink-cdc-pipeline-connector-mysql-3.1.0.jar) - [StarRocks pipeline connector 3.1.0](https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-starrocks/3.1.0/flink-cdc-pipeline-connector-starrocks-3.1.0.jar) diff --git a/docs/content/docs/get-started/quickstart/mysql-to-doris.md b/docs/content/docs/get-started/quickstart/mysql-to-doris.md index 755391a3ef..3a369f1762 100644 --- a/docs/content/docs/get-started/quickstart/mysql-to-doris.md +++ b/docs/content/docs/get-started/quickstart/mysql-to-doris.md @@ -188,6 +188,7 @@ This command automatically starts all the containers defined in the Docker Compo 2. Download the connector package listed below and move it to the `lib` directory **Download links are available only for stable releases, SNAPSHOT dependencies need to be built based on master or release branches by yourself.** + **Please note that you need to move the jar to the lib directory of Flink CDC Home, not to the lib directory of Flink Home.** - [MySQL pipeline connector 3.1.0](https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-mysql/3.1.0/flink-cdc-pipeline-connector-mysql-3.1.0.jar) - [Apache Doris pipeline connector 3.1.0](https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-doris/3.1.0/flink-cdc-pipeline-connector-doris-3.1.0.jar) diff --git a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md index c563df13aa..02bcc469a4 100644 --- a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md +++ b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md @@ -150,6 +150,7 @@ This command automatically starts all the containers defined in the Docker Compo 2. Download the connector package listed below and move it to the `lib` directory **Download links are available only for stable releases, SNAPSHOT dependencies need to be built based on master or release branches by yourself.** + **Please note that you need to move the jar to the lib directory of Flink CDC Home, not to the lib directory of Flink Home.** - [MySQL pipeline connector 3.1.0](https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-mysql/3.1.0/flink-cdc-pipeline-connector-mysql-3.1.0.jar) - [StarRocks pipeline connector 3.1.0](https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-starrocks/3.1.0/flink-cdc-pipeline-connector-starrocks-3.1.0.jar)