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
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,17 +121,17 @@ You can also visit http://localhost:8083/ to see if Flink is running normally.
121
121
122
122
Congratulations, you are all set!
123
123
124
-
If you want to run with your own Flink environment, you can follow the following instructions.
124
+
If you want to run with your own Flink environment, you can follow the steps below.
125
125
126
-
1. Download the desired Flink version (The following example takes Apache Flink 1.20.3 as an example.)
126
+
1. Create a `lib` directory. Download [fluss-flink connector jar](/downloads), [flink-connector-faker](https://github.com/knaufk/flink-faker/releases) and then put them to `lib`.
127
+
128
+
2. Set the desired Flink version. For example:
127
129
128
130
```shell
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
131
+
export FLINK_VERSION=1.20.3
130
132
```
131
133
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
-
134
-
2. Create a `docker-compose.yml` file with the following content:
134
+
3. Create a `docker-compose.yml` file with the following content:
0 commit comments