We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f49dc commit 063793bCopy full SHA for 063793b
2 files changed
website/docs/maintenance/observability/quickstart.md
@@ -146,7 +146,7 @@ services:
146
#end
147
#begin Flink cluster
148
jobmanager:
149
- image: fluss/quickstart-flink:${FLUSS_QUICKSTART_FLINK_VERSION}
+ image: fluss/quickstart-flink:1.20-$FLUSS_VERSION_SHORT$
150
ports:
151
- "8083:8081"
152
command: jobmanager
@@ -159,7 +159,7 @@ services:
159
volumes:
160
- shared-tmpfs:/tmp/paimon
161
taskmanager:
162
163
depends_on:
164
- jobmanager
165
command: taskmanager
website/docs/streaming-lakehouse/overview.md
@@ -1,4 +1,5 @@
1
---
2
+sidebar_label: "Lakehouse Overview"
3
sidebar_position: 1
4
5
0 commit comments