File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ services:
229229 build :
230230 context : ./flink/
231231 args :
232- FLINK_VERSION : " 1.18 .1-scala_2.12-java11"
232+ FLINK_VERSION : " 1.19 .1-scala_2.12-java11"
233233 no_cache : true
234234 restart : unless-stopped
235235 command : jobmanager
@@ -246,7 +246,7 @@ services:
246246 build :
247247 context : ./flink/
248248 args :
249- FLINK_VERSION : " 1.18 .1-scala_2.12-java11"
249+ FLINK_VERSION : " 1.19 .1-scala_2.12-java11"
250250 no_cache : true
251251 restart : unless-stopped
252252 command : taskmanager
Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ RUN echo '#!/bin/sh' > /ex-docker-entrypoint.sh && \
1616COPY --from=lib_provider /libs/ /opt/flink/lib/
1717
1818USER flink
19- COPY flink-properties.yml /opt/flink/conf/
2019RUN mkdir -p /opt/flink/data && \
2120 chmod -R 777 /opt/flink/data
2221
22+ COPY flink-properties.yml /opt/flink/conf/
23+
2324VOLUME /opt/flink/data
2425
2526ENTRYPOINT [ "/ex-docker-entrypoint.sh" ]
Original file line number Diff line number Diff line change 11taskmanager.numberOfTaskSlots : 8
22
3- state.backend : filesystem
3+ state.backend.type : filesystem
44state.checkpoints.dir : file:///opt/flink/data/checkpoints
55state.savepoints.dir : file:///opt/flink/data/savepoints
66
@@ -21,8 +21,8 @@ metrics.reporter.influxdb_reporter.port: 8087
2121metrics.reporter.influxdb_reporter.db : nussknacker_metrics
2222metrics.reporter.influxdb_reporter.scope.variables.excludes : tm_id;job_id;task_id;task_attempt_id;operator_id;task_attempt_num;task_name
2323metrics.scope.jm : local.<host>.jobmanagerGlobal
24- metrics.scope.jm. job : local.<host>.jobmanagerJob.<job_name>
24+ metrics.scope.jm- job : local.<host>.jobmanagerJob.<job_name>
2525metrics.scope.tm : local.<host>.taskmanagerGlobal.<tm_id>
26- metrics.scope.tm. job : local.<host>.taskmanagerJob.<tm_id>.<job_name>
26+ metrics.scope.tm- job : local.<host>.taskmanagerJob.<tm_id>.<job_name>
2727metrics.scope.task : local.<host>.taskmanagerTask.<tm_id>.<job_name>.<task_name>.<subtask_index>
2828metrics.scope.operator : local.<host>.taskmanagerTask.<tm_id>.<job_name>.<operator_name>.<subtask_index>
You can’t perform that action at this time.
0 commit comments