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 @@ -135,7 +135,7 @@ services:
135135 # end
136136 # begin Flink cluster
137137 jobmanager :
138- image : fluss/quickstart-flink:${FLUSS_QUICKSTART_FLINK_VERSION}
138+ image : fluss/quickstart-flink:1.20-$FLUSS_VERSION_SHORT$
139139 ports :
140140 - " 8083:8081"
141141 command : jobmanager
@@ -148,7 +148,7 @@ services:
148148 volumes :
149149 - shared-tmpfs:/tmp/paimon
150150 taskmanager :
151- image : fluss/quickstart-flink:${FLUSS_QUICKSTART_FLINK_VERSION}
151+ image : fluss/quickstart-flink:1.20-$FLUSS_VERSION_SHORT$
152152 depends_on :
153153 - jobmanager
154154 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