You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testing/spark4-iceberg/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ RUN wget -nv https://repo1.maven.org/maven2/com/microsoft/azure/azure-storage/8.
43
43
RUN wget -nv https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-hadoop2-latest.jar
44
44
45
45
# install Iceberg
46
-
RUN wget -nv "https://repository.apache.org/content/repositories/snapshots/org/apache/iceberg/iceberg-spark-runtime-${ICEBERG_JAR_VERSION}/${ICEBERG_VERSION}-SNAPSHOT/iceberg-spark-runtime-${ICEBERG_JAR_VERSION}-${ICEBERG_VERSION}-20250818.003355-104.jar"
47
-
RUN wget -nv "https://repository.apache.org/content/repositories/snapshots/org/apache/iceberg/iceberg-aws-bundle/${ICEBERG_VERSION}-SNAPSHOT/iceberg-aws-bundle-${ICEBERG_VERSION}-20250818.003355-215.jar"
46
+
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"
48
48
49
49
# install PostgreSQL driver for JDBC catalog
50
50
RUN wget -nv "https://repo1.maven.org/maven2/org/postgresql/postgresql/${POSTGRESQL_JAR_VERSION}/postgresql-${POSTGRESQL_JAR_VERSION}.jar"
0 commit comments