You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/40-load-data/02-load-db/flink-cdc.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ To download and install the Flink SQL connector for Databend, follow these steps
14
14
15
15
1. Download and set up Flink: Before installing the Flink SQL connector for Databend, ensure that you have downloaded and set up Flink on your system. You can download Flink from the official website: https://flink.apache.org/downloads/
16
16
17
-
2. Download the connector: Visit the releases page of the Flink SQL connector for Databend on GitHub: https://github.com/databendcloud/flink-connector-databend/releases. Download the latest version of the connector (e.g., flink-connector-databend-0.0.2.jar).
17
+
2. Download the connector: Visit the releases page of the Flink SQL connector for Databend on GitHub: [https://github.com/databendcloud/flink-connector-databend/releases](https://github.com/databendcloud/flink-connector-databend/releases). Download the latest version of the connector (e.g., flink-connector-databend-0.0.2.jar).
18
18
19
19
Please note that you can also compile the Flink SQL connector for Databend from source:
20
20
@@ -56,8 +56,8 @@ CREATE TABLE products (id INT NOT NULL, name VARCHAR(255) NOT NULL, description
56
56
```
57
57
58
58
2. Download [Flink](https://flink.apache.org/downloads/) and the following SQL connectors to your system:
59
-
- Flink SQL connector for Databend: https://github.com/databendcloud/flink-connector-databend/releases
60
-
- Flink SQL connector for MySQL: https://repo1.maven.org/maven2/com/ververica/flink-sql-connector-mysql-cdc/2.3.0/flink-sql-connector-mysql-cdc-2.3.0.jar
59
+
- Flink SQL connector for Databend: [https://github.com/databendcloud/flink-connector-databend/releases](https://github.com/databendcloud/flink-connector-databend/releases)
60
+
- Flink SQL connector for MySQL: [https://repo1.maven.org/maven2/com/ververica/flink-sql-connector-mysql-cdc/2.3.0/flink-sql-connector-mysql-cdc-2.3.0.jar](https://repo1.maven.org/maven2/com/ververica/flink-sql-connector-mysql-cdc/2.3.0/flink-sql-connector-mysql-cdc-2.3.0.jar)
61
61
3. Move the both connector JAR files to the _lib_ folder in your Flink installation directory.
62
62
4. Start Flink:
63
63
@@ -118,7 +118,7 @@ You can now open the Apache Flink Dashboard if you go to http://localhost:8081 i
118
118
Welcome! Enter 'HELP;' to list all available commands. 'QUIT;' to exit.
119
119
```
120
120
121
-
6. Set the checkpointing interval to 3 seconds, and create corresponding tables with MySQL and Databend connectors in the Flink SQL Client. For the available connection parameters, see https://github.com/databendcloud/flink-connector-databend#connector-options:
121
+
6. Set the checkpointing interval to 3 seconds, and create corresponding tables with MySQL and Databend connectors in the Flink SQL Client. For the available connection parameters, see [https://github.com/databendcloud/flink-connector-databend#connector-options](https://github.com/databendcloud/flink-connector-databend#connector-options):
Currently, our test framework is based on the following design.
16
16
@@ -25,7 +25,7 @@ However, it has some shortages in current logic test which should be improved.
25
25
26
26
## Detailed design
27
27
28
-
The test input is an extended version of sql logic test(https://www.sqlite.org/sqllogictest/)
28
+
The test input is an extended version of sql logic test[https://www.sqlite.org/sqllogictest/](https://www.sqlite.org/sqllogictest/)
29
29
30
30
The file is expressed in a domain specific language called test script. and it supports sql statements generate no output or statements intentionally has error
0 commit comments