We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621360b commit 17ce611Copy full SHA for 17ce611
fink-dockerfile-example/Dockerfile
@@ -8,5 +8,8 @@ RUN gradle --no-daemon --console=plain copyDependencies
8
9
FROM flink:1.19.1-scala_2.12-java11
10
11
+RUN mkdir -p /opt/flink/plugins/flink-s3-fs-hadoop
12
+RUN ln -fs /opt/flink/opt/flink-s3-fs-hadoop-*.jar /opt/flink/plugins/flink-s3-fs-hadoop/.
13
+
14
COPY --from=build /app/build/dependencies /opt/flink/lib
15
0 commit comments