Skip to content

Commit c090ddf

Browse files
authored
Merge pull request #7 from factorhouse/wavejumper-patch-2
Update Flink Dockerfile
2 parents d82aeeb + bd60e63 commit c090ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/flex/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ COPY core-site.xml /opt/hadoop/etc/hadoop/core-site.xml
6363

6464
## download hadoop, iceberg and parquet dependencies
6565
RUN mkdir /tmp/hadoop && mkdir /tmp/iceberg && mkdir /tmp/parquet \
66+
&& curl --silent -o /tmp/hadoop/flink-sql-connector-hive-3.1.2_2.12-1.16.3.jar https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-hive-3.1.2_2.12/1.16.3/flink-sql-connector-hive-3.1.2_2.12-1.16.3.jar \
6667
&& curl --silent -o /tmp/hadoop/hadoop-common-3.3.6.jar https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-common/3.3.6/hadoop-common-3.3.6.jar \
6768
&& curl --silent -o /tmp/hadoop/hadoop-mapreduce-client-core-3.3.6.jar https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/3.3.6/hadoop-mapreduce-client-core-3.3.6.jar \
6869
&& curl --silent -o /tmp/hadoop/hadoop-hdfs-client-3.3.6.jar https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-hdfs-client/3.3.6/hadoop-hdfs-client-3.3.6.jar \

0 commit comments

Comments
 (0)