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: website/docs/quickstart/flink.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,15 +123,15 @@ Congratulations, you are all set!
123
123
124
124
If you want to run with your own Flink environment, you can follow the following instructions.
125
125
126
-
1. Download the desired Flink version (The following example takes Apache Flink 1.20 as an example.)
126
+
1. Download the desired Flink version (The following example takes Apache Flink 1.20.3 as an example.)
127
127
128
128
```shell
129
129
wget https://dlcdn.apache.org/flink/flink-1.20.3/flink-1.20.3-bin-scala_2.12.tgz; tar -zxvf flink-1.20.3-bin-scala_2.12.tgz
130
130
```
131
131
132
-
2. Download [fluss-flink connector jar](/downloads), [flink-connector-faker](https://github.com/knaufk/flink-faker/releases) and then put them to `FLINK_HOME/lib/`.
132
+
1. Download [fluss-flink connector jar](/downloads), [flink-connector-faker](https://github.com/knaufk/flink-faker/releases) and then put them to `flink-1.20.3/lib/`.
133
133
134
-
3. Create a `docker-compose.yml` file with the following content:
134
+
2. Create a `docker-compose.yml` file with the following content:
0 commit comments