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
| SQL Server |`org.apache.flink`|`flink-connector-jdbc-sqlserver`|[下载](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-sqlserver/)|
Copy file name to clipboardExpand all lines: docs/content/docs/connectors/table/jdbc.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,27 @@ The JDBC sink operate in upsert mode for exchange UPDATE/DELETE messages with th
38
38
Dependencies
39
39
------------
40
40
41
+
When using the JDBC connector, `flink-connector-jdbc-core`, `flink-connector-jdbc-${database}` and the JDBC driver needs to be added to the dependencies.
42
+
41
43
{{< sql_connector_download_table "jdbc" >}}
42
44
43
-
The JDBC connector is not part of the binary distribution.
44
-
See how to link with it for cluster execution [here]({{< ref "docs/dev/configuration/overview" >}}).
45
+
The `flink-connector-jdbc-${database}` dependency and a driver dependency are required to connect to a specified database.
46
+
47
+
The `flink-connector-jdbc-${database}` dependencies are as follows, whose version should be the same as the `flink-connector-jdbc-core`:
| MySQL |`org.apache.flink`|`flink-connector-jdbc-mysql`|[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-mysql/)|
| SQL Server |`org.apache.flink`|`flink-connector-jdbc-sqlserver`|[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-sqlserver/)|
JDBC connector and drivers are not part of Flink's binary distribution. See how to link with them for cluster execution [here]({{< ref "docs/dev/configuration/overview" >}}).
76
+
JDBC connector and drivers are not part of Flink's binary distribution.
77
+
See how to link with them for cluster execution [here]({{< ref "docs/dev/configuration/overview" >}}).
0 commit comments