You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by di...@apache.org on 2023/06/29 01:42:20 UTC

[doris] branch master updated: [typo](doc)FlinkCDC access to multi-table or whole database example document mod… (#21295)

This is an automated email from the ASF dual-hosted git repository.

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 54e2e2f7ee [typo](doc)FlinkCDC access to multi-table or whole database example document mod… (#21295)
54e2e2f7ee is described below

commit 54e2e2f7ee20ba1356a117f02ddfd5810f290e60
Author: caoliang-web <71...@users.noreply.github.com>
AuthorDate: Thu Jun 29 09:42:13 2023 +0800

    [typo](doc)FlinkCDC access to multi-table or whole database example document mod… (#21295)
---
 docs/en/docs/ecosystem/flink-doris-connector.md    | 2 ++
 docs/zh-CN/docs/ecosystem/flink-doris-connector.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/docs/ecosystem/flink-doris-connector.md b/docs/en/docs/ecosystem/flink-doris-connector.md
index 42c1aa5a4c..7a07793ec4 100644
--- a/docs/en/docs/ecosystem/flink-doris-connector.md
+++ b/docs/en/docs/ecosystem/flink-doris-connector.md
@@ -407,6 +407,8 @@ insert into doris_sink select id,name from cdc_mysql_source;
 - **--sink-conf** All configurations of Doris Sink, you can view the complete configuration items [here](https://doris.apache.org/zh-CN/docs/dev/ecosystem/flink-doris-connector/#%E9%80%9A%E7%94%A8%E9%85%8D%E7%BD%AE%E9%A1%B9).
 - **--table-conf** The configuration item of the Doris table, that is, the content contained in properties. For example --table-conf replication_num=1
 
+>Note: flink-sql-connector-mysql-cdc-2.3.0.jar needs to be added in the $FLINK_HOME/lib directory
+
 ### Example
 ```
 <FLINK_HOME>/bin/flink run \
diff --git a/docs/zh-CN/docs/ecosystem/flink-doris-connector.md b/docs/zh-CN/docs/ecosystem/flink-doris-connector.md
index 6cc7658688..a5f7b2977f 100644
--- a/docs/zh-CN/docs/ecosystem/flink-doris-connector.md
+++ b/docs/zh-CN/docs/ecosystem/flink-doris-connector.md
@@ -403,6 +403,8 @@ insert into doris_sink select id,name from cdc_mysql_source;
 - **--sink-conf** Doris Sink 的所有配置,可以在[这里](https://doris.apache.org/zh-CN/docs/dev/ecosystem/flink-doris-connector/#%E9%80%9A%E7%94%A8%E9%85%8D%E7%BD%AE%E9%A1%B9)查看完整的配置项。
 - **--table-conf** Doris表的配置项,即properties中包含的内容。 例如 --table-conf replication_num=1
 
+>注:需要在$FLINK_HOME/lib 目录下添加flink-sql-connector-mysql-cdc-2.3.0.jar
+
 ### 示例
 ```
 <FLINK_HOME>/bin/flink run \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org