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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ mkdir fluss-quickstart-flink
33
33
cd fluss-quickstart-flink
34
34
```
35
35
36
-
2. Create a Dockerfile named fluss.Dockerfile as follows. You can change the Flink to your desired version. Please make sure to download the compatible [fluss-flink connector jar](/downloads), [flink-connector-faker](https://github.com/knaufk/flink-faker/releases) in the following Dockerfile.
36
+
2. Create a Dockerfile named `fluss.Dockerfile` as follows. You can adjust the Flink version as needed. Please make sure to download the compatible versions of [fluss-flink connector jar](/downloads), [flink-connector-faker](https://github.com/knaufk/flink-faker/releases) in the Dockerfile.
37
37
38
38
```yaml
39
39
FROM flink:1.20.2-scala_2.12
@@ -115,7 +115,7 @@ services:
115
115
116
116
The Docker Compose environment consists of the following containers:
117
117
-**Fluss Cluster:** a Fluss `CoordinatorServer`, a Fluss `TabletServer` and a `ZooKeeper` server.
118
-
-**Flink Cluster**: a Flink `JobManager` and a Flink `TaskManager` container to execute queries.
118
+
-**Flink Cluster**: a Flink `JobManager`, a Flink `TaskManager`, and a Flink SQL client container to execute queries.
0 commit comments