Skip to content

Commit 08a9953

Browse files
committed
Add iceberg-aws-bundle to Iceberg image
1 parent 989ea91 commit 08a9953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/spark3-iceberg/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ RUN wget -nv https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-hadoop2
4444

4545
# install Iceberg
4646
RUN wget -nv "https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime-${ICEBERG_JAR_VERSION}/${ICEBERG_VERSION}/iceberg-spark-runtime-${ICEBERG_JAR_VERSION}-${ICEBERG_VERSION}.jar"
47+
RUN wget -nv "https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-aws-bundle/${ICEBERG_VERSION}/iceberg-aws-bundle-${ICEBERG_VERSION}.jar"
4748

4849
# install PostgreSQL driver for JDBC catalog
4950
RUN wget -nv "https://repo1.maven.org/maven2/org/postgresql/postgresql/${POSTGRESQL_JAR_VERSION}/postgresql-${POSTGRESQL_JAR_VERSION}.jar"

0 commit comments

Comments
 (0)