File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
maintenance/observability Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ services:
146146 # end
147147 # begin Flink cluster
148148 jobmanager :
149- image : fluss/quickstart-flink:${FLUSS_QUICKSTART_FLINK_VERSION}
149+ image : fluss/quickstart-flink:1.20-$FLUSS_VERSION_SHORT$
150150 ports :
151151 - " 8083:8081"
152152 command : jobmanager
@@ -159,7 +159,7 @@ services:
159159 volumes :
160160 - shared-tmpfs:/tmp/paimon
161161 taskmanager :
162- image : fluss/quickstart-flink:${FLUSS_QUICKSTART_FLINK_VERSION}
162+ image : fluss/quickstart-flink:1.20-$FLUSS_VERSION_SHORT$
163163 depends_on :
164164 - jobmanager
165165 command : taskmanager
Original file line number Diff line number Diff line change 11---
2+ sidebar_label : " Lakehouse Overview"
23sidebar_position : 1
34---
45
You can’t perform that action at this time.
0 commit comments