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/spark3-iceberg/Dockerfile
+4
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ RUN set -xeu; \
32
32
33
33
WORKDIR ${SPARK_HOME}/jars
34
34
35
+
# install AWS SDK so we can access S3; the version must match the hadoop-* jars which are part of SPARK distribution
36
+
RUN wget -nv "https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aws/3.3.4/hadoop-aws-3.3.4.jar"
37
+
RUN wget -nv "https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bundle/1.12.319/aws-java-sdk-bundle-1.12.319.jar"
38
+
35
39
# install Iceberg
36
40
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"
0 commit comments