This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 7e8e14b3c6 [docs]Modifide flink-doris-connector.md (#9595) 7e8e14b3c6 is described below commit 7e8e14b3c6e0e948cbb8a4094d2cdf35a5fd54a8 Author: zy-kkk <815574...@qq.com> AuthorDate: Tue May 17 09:01:14 2022 +0800 [docs]Modifide flink-doris-connector.md (#9595) --- docs/en/ecosystem/flink-doris-connector.md | 2 +- docs/zh-CN/ecosystem/flink-doris-connector.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/ecosystem/flink-doris-connector.md b/docs/en/ecosystem/flink-doris-connector.md index 23623f386b..a4105c6bd4 100644 --- a/docs/en/ecosystem/flink-doris-connector.md +++ b/docs/en/ecosystem/flink-doris-connector.md @@ -109,7 +109,7 @@ sh build.sh --flink 1.14.3 --scala 2.12 > Note: If you check out the source code from tag, you can just run `sh > build.sh --tag` without specifying the flink and scala versions. This is > because the version in the tag source code is fixed. For example, > `1.13.5_2.12-1.0.1` means flink version 1.13.5, scala version 2.12, and > connector version 1.0.1. -After successful compilation, the file `flink-doris-connector-1.14_2.12-1.0.0-SNAPSHOT.jar` will be generated in the `output/` directory. Copy this file to `ClassPath` in `Flink` to use `Flink-Doris-Connector`. For example, `Flink` running in `Local` mode, put this file in the `jars/` folder. `Flink` running in `Yarn` cluster mode, put this file in the pre-deployment package. +After successful compilation, the file `flink-doris-connector-1.14_2.12-1.0.0-SNAPSHOT.jar` will be generated in the `output/` directory. Copy this file to `ClassPath` in `Flink` to use `Flink-Doris-Connector`. For example, `Flink` running in `Local` mode, put this file in the `lib/` folder. `Flink` running in `Yarn` cluster mode, put this file in the pre-deployment package. **Remarks:** diff --git a/docs/zh-CN/ecosystem/flink-doris-connector.md b/docs/zh-CN/ecosystem/flink-doris-connector.md index bab1901ae2..5196ff4b5f 100644 --- a/docs/zh-CN/ecosystem/flink-doris-connector.md +++ b/docs/zh-CN/ecosystem/flink-doris-connector.md @@ -113,7 +113,7 @@ sh build.sh --flink 1.14.3 --scala 2.12 > 注:如果你是从 tag 检出的源码,则可以直接执行 `sh build.sh --tag`,而无需指定 flink 和 scala 的版本。因为 tag > 源码中的版本是固定的。比如 `1.13.5-2.12-1.0.1` 表示 flink 版本 1.13.5,scala 版本 2.12,connector > 版本 1.0.1。 -编译成功后,会在 `target/` 目录下生成文件,如:`flink-doris-connector-1.14_2.12-1.0.0-SNAPSHOT.jar` 。将此文件复制到 `Flink` 的 `ClassPath` 中即可使用 `Flink-Doris-Connector` 。例如, `Local` 模式运行的 `Flink` ,将此文件放入 `jars/` 文件夹下。 `Yarn` 集群模式运行的 `Flink` ,则将此文件放入预部署包中。 +编译成功后,会在 `target/` 目录下生成文件,如:`flink-doris-connector-1.14_2.12-1.0.0-SNAPSHOT.jar` 。将此文件复制到 `Flink` 的 `ClassPath` 中即可使用 `Flink-Doris-Connector` 。例如, `Local` 模式运行的 `Flink` ,将此文件放入 `lib/` 文件夹下。 `Yarn` 集群模式运行的 `Flink` ,则将此文件放入预部署包中。 **备注** --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org