Skip to content

Commit adaa797

Browse files
authored
Bump to Spark 3.4.3 (#622)
* Bump to Spark 3.4.3 * Use archive as well
1 parent 03ff790 commit adaa797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ ENV PYTHONPATH=$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.9.7-src.zip:$
3636
RUN mkdir -p ${HADOOP_HOME} && mkdir -p ${SPARK_HOME} && mkdir -p /home/iceberg/spark-events
3737
WORKDIR ${SPARK_HOME}
3838

39-
ENV SPARK_VERSION=3.4.2
39+
ENV SPARK_VERSION=3.4.3
4040
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.4_2.12
4141
ENV ICEBERG_VERSION=1.4.2
4242
ENV PYICEBERG_VERSION=0.5.1
4343

44-
RUN curl --retry 3 -s -C - https://dlcdn.apache.org/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz -o spark-${SPARK_VERSION}-bin-hadoop3.tgz \
44+
RUN curl --retry 3 -s -C - https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz -o spark-${SPARK_VERSION}-bin-hadoop3.tgz \
4545
&& tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark --strip-components 1 \
4646
&& rm -rf spark-${SPARK_VERSION}-bin-hadoop3.tgz
4747

0 commit comments

Comments
 (0)