Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
This commit is contained in:
parent
17f92859be
commit
960c351557
|
|
@ -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/**.
|
||||
|
||||
|
|
|
|||
|
|
@ -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/** にコピーします。
|
||||
|
||||
|
|
|
|||
|
|
@ -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. 解压并修改配置文件。
|
||||
|
|
|
|||
Loading…
Reference in New Issue