Skip to content

Commit aff9234

Browse files
committed
Update Delta Lake to 4.0.0rc1
1 parent a4f6a1f commit aff9234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

testing/spark3-delta/Dockerfile testing/spark4-delta/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
ARG ARCH
1414
FROM testing/centos7-oj11:unlabelled$ARCH
1515

16-
ARG SPARK_VERSION=3.5.0
16+
ARG SPARK_VERSION=4.0.0-preview1
1717
ARG HADOOP_VERSION=3
18-
ARG DELTA_VERSION=3.1.0
18+
ARG DELTA_VERSION=4.0.0rc1
1919
ARG SCALA_VERSION=2.12
2020

2121
ARG SPARK_ARTIFACT="spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}"
@@ -35,8 +35,8 @@ RUN wget -nv "https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aws/3.3.4/
3535
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"
3636

3737
# install Delta
38-
RUN wget -nv "https://repo1.maven.org/maven2/io/delta/delta-spark_${SCALA_VERSION}/${DELTA_VERSION}/delta-spark_${SCALA_VERSION}-${DELTA_VERSION}.jar"
39-
RUN wget -nv "https://repo1.maven.org/maven2/io/delta/delta-storage/${DELTA_VERSION}/delta-storage-${DELTA_VERSION}.jar"
38+
RUN wget -nv "https://oss.sonatype.org/content/repositories/iodelta-1147/io/delta/delta-spark_${SCALA_VERSION}/${DELTA_VERSION}/delta-spark_${SCALA_VERSION}-${DELTA_VERSION}.jar"
39+
RUN wget -nv "https://oss.sonatype.org/content/repositories/iodelta-1147/io/delta/delta-storage/${DELTA_VERSION}/delta-storage-${DELTA_VERSION}.jar"
4040

4141
# Create hive user to match Hive container
4242
RUN adduser hive

0 commit comments

Comments
 (0)