Skip to content

Commit a6741d5

Browse files
committed
Flink 1.19 adaptations
1 parent 5b7ab0c commit a6741d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

flink/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ RUN echo '#!/bin/sh' > /ex-docker-entrypoint.sh && \
1616
COPY --from=lib_provider /libs/ /opt/flink/lib/
1717

1818
USER flink
19-
COPY flink-properties.yml /opt/flink/conf/
2019
RUN mkdir -p /opt/flink/data && \
2120
chmod -R 777 /opt/flink/data
2221

22+
COPY flink-properties.yml /opt/flink/conf/
23+
2324
VOLUME /opt/flink/data
2425

2526
ENTRYPOINT [ "/ex-docker-entrypoint.sh" ]

flink/flink-properties.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
taskmanager.numberOfTaskSlots: 8
22

3-
state.backend: filesystem
3+
state.backend.type: filesystem
44
state.checkpoints.dir: file:///opt/flink/data/checkpoints
55
state.savepoints.dir: file:///opt/flink/data/savepoints
66

0 commit comments

Comments
 (0)