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
[#3514] improvement(flink-connector): add flink-connector-runtime to build flink connector (#4815)
### What changes were proposed in this pull request?
- add flink runtime connector
### Why are the changes needed?
Fix: #3514
### Does this PR introduce _any_ user-facing change?
- no
### How was this patch tested?
- local test
Co-authored-by: Peidian li <38486782+coolderli@users.noreply.github.com>
Co-authored-by: fanng <xiaojing@datastrato.com>
Copy file name to clipboardExpand all lines: docs/flink-connector/flink-connector.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This capability allows users to perform federation queries, accessing data from
23
23
24
24
## How to use it
25
25
26
-
1.[Build](../how-to-build.md) or [download](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-flink-connector) the Gravitino flink connector jar, and place it to the classpath of Flink.
26
+
1.[Build](../how-to-build.md) or [download](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-flink-connector-runtime-1.18) the Gravitino flink connector runtime jar, and place it to the classpath of Flink.
27
27
2. Configure the Flink configuration to use the Gravitino flink connector.
28
28
29
29
| Property | Type | Default Value | Description | Required | Since Version |
0 commit comments