Skip to content

Commit

Permalink
bump flink to v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 committed Feb 26, 2024
1 parent cd081a1 commit 800cec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN mkdir /opt/flink/plugins/s3-fs-hadoop/ && \
cp /opt/flink/opt/flink-s3-fs-hadoop-*.jar /opt/flink/plugins/s3-fs-hadoop/ && \
chown -R flink: /opt/flink/plugins/s3-fs-hadoop/

RUN wget -P /opt/flink/lib https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-kafka/3.1.0-1.18/flink-connector-kafka-3.1.0-1.18.jar
RUN wget -P /opt/flink/lib https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kafka/3.1.0-1.18/flink-sql-connector-kafka-3.1.0-1.18.jar

RUN wget https://github.com/nexmark/nexmark/releases/latest/download/nexmark-flink.tgz && \
tar -zxvf nexmark-flink.tgz && \
Expand Down

0 comments on commit 800cec0

Please sign in to comment.