File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ ENV PYTHONPATH=$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.9.7-src.zip:$
36
36
RUN mkdir -p ${HADOOP_HOME} && mkdir -p ${SPARK_HOME} && mkdir -p /home/iceberg/spark-events
37
37
WORKDIR ${SPARK_HOME}
38
38
39
- ENV SPARK_VERSION=3.4.2
39
+ ENV SPARK_VERSION=3.4.3
40
40
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.4_2.12
41
41
ENV ICEBERG_VERSION=1.4.2
42
42
ENV PYICEBERG_VERSION=0.5.1
43
43
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 \
45
45
&& tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark --strip-components 1 \
46
46
&& rm -rf spark-${SPARK_VERSION}-bin-hadoop3.tgz
47
47
You can’t perform that action at this time.
0 commit comments