[Doc] Add Mapping for Packages (backport #61898) (#61983)

Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
This commit is contained in:
mergify[bot] 2025-08-15 08:27:52 +00:00 committed by GitHub
parent 17f92859be
commit 960c351557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 26 additions and 5 deletions

View File

@ -112,11 +112,18 @@ As shown in the image, SMT can automatically generate CREATE TABLE statements of
### Steps
1. Download [Flink](https://flink.apache.org/downloads.html). The version of Flink is supported to be 1.11 or later.
| Dependency | Package name | Download link |
| ------------------------- | --------------------------------------------- | ----------------------------------------------------------------- |
| Flink | flink-x.x.x-bin-scala_2.12.tgz | [Click here](https://flink.apache.org/downloads.html) |
| Flink CDC connector | flink-sql-connector-mysql-cdc-x.x.x.jar | [Click here](https://github.com/apache/flink-cdc/releases) |
| Flink-connector-starrocks | flink-connector-starrocks-x.x.x_flink-x.x.jar | [Click here](https://github.com/StarRocks/starrocks-connector-for-apache-flink/releases) |
| SMT | smt.tar.gz | [Click here](https://cdn-thirdparty.starrocks.com/smt.tar.gz?r=2) |
1. Download [Flink](https://flink.apache.org/downloads.html). Flink 1.11 or later is supported.
2. Download [Flink CDC connector](https://github.com/ververica/flink-cdc-connectors/releases). Make sure that you download the `flink-sql-connector-mysql-cdc-xxx.jar` corresponding to the version of Flink.
3. Download [Flink-connector-starrocks](https://github.com/StarRocks/flink-connector-starrocks).
3. Download [Flink-connector-starrocks](https://github.com/StarRocks/starrocks-connector-for-apache-flink/releases).
4. Copy **flink-sql-connector-mysql-cdc-xxx.jar** and **flink-connector-starrocks-xxx.jar** to **flink-xxx/lib/**.

View File

@ -112,11 +112,18 @@ Flink CDC コネクタと SMT を使用すると、MySQL からサブセカン
### 手順
1. [Flink](https://flink.apache.org/downloads.html) をダウンロードします。Flink のバージョンは 1.11 以降がサポートされています。
| 関連項目 | パッケージ名 | ダウンロードリンク |
| ------------------------- | --------------------------------------------- | ----------------------------------------------------------------- |
| Flink | flink-x.x.x-bin-scala_2.12.tgz | [ここをクリック](https://flink.apache.org/downloads.html) |
| Flink CDC コネクタ  | flink-sql-connector-mysql-cdc-x.x.x.jar | [ここをクリック](https://github.com/apache/flink-cdc/releases) |
| Flink-connector-starrocks | flink-connector-starrocks-x.x.x_flink-x.x.jar | [ここをクリック](https://github.com/StarRocks/starrocks-connector-for-apache-flink/releases) |
| SMT | smt.tar.gz | [ここをクリック](https://cdn-thirdparty.starrocks.com/smt.tar.gz?r=2) |
1. [Flink](https://flink.apache.org/downloads.html) をダウンロードします。Flink 1.11 以降がサポートされています。
2. [Flink CDC コネクタ](https://github.com/ververica/flink-cdc-connectors/releases) をダウンロードします。Flink のバージョンに対応する `flink-sql-connector-mysql-cdc-xxx.jar` をダウンロードしてください。
3. [Flink-connector-starrocks](https://github.com/StarRocks/flink-connector-starrocks) をダウンロードします。
3. [Flink-connector-starrocks](https://github.com/StarRocks/starrocks-connector-for-apache-flink/releases) をダウンロードします。
4. **flink-sql-connector-mysql-cdc-xxx.jar****flink-connector-starrocks-xxx.jar****flink-xxx/lib/** にコピーします。

View File

@ -111,9 +111,16 @@ StarRocks migration tool简称 SMT是 StarRocks 提供的数据迁移工
### 操作步骤
| 依赖 | 安装包名 | 下载链接 |
| ------------------------- | --------------------------------------------- | ----------------------------------------------------------------- |
| Flink | flink-x.x.x-bin-scala_2.12.tgz | [点此下载](https://flink.apache.org/downloads.html) |
| Flink CDC connector | flink-sql-connector-mysql-cdc-x.x.x.jar | [点此下载](https://github.com/apache/flink-cdc/releases) |
| Flink-connector-starrocks | flink-connector-starrocks-x.x.x_flink-x.x.jar | [点此下载](https://github.com/StarRocks/starrocks-connector-for-apache-flink/releases) |
| SMT | smt.tar.gz | [点此下载](https://cdn-thirdparty.starrocks.com/smt.tar.gz?r=2) |
1. 下载 [Flink](https://flink.apache.org/downloads.html),最低支持版本 1.11。
2. 下载 [Flink CDC connector](https://github.com/ververica/flink-cdc-connectors/releases),请注意下载对应 Flink 版本的 flink-sql-connector-mysql-cdc-xxx.jar。
3. 下载 [Flink StarRocks connector](https://github.com/StarRocks/flink-connector-starrocks).
3. 下载 [Flink StarRocks connector](https://github.com/StarRocks/starrocks-connector-for-apache-flink/releases).
4. 复制 `flink-sql-connector-mysql-cdc-xxx.jar`, `flink-connector-starrocks-xxx.jar``flink-xxx/lib/`
5. 下载 [smt.tar.gz](https://cdn-thirdparty.starrocks.com/smt.tar.gz?r=2)
6. 解压并修改配置文件。