Skip to content

Commit

Permalink
Upgrade Delta version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr authored and wendigo committed Oct 18, 2023
1 parent f5319fa commit 009161c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/spark3-delta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
ARG ARCH
FROM testing/centos7-oj11:unlabelled$ARCH

ARG SPARK_VERSION=3.4.0
ARG SPARK_VERSION=3.5.0
ARG HADOOP_VERSION=3
ARG DELTA_VERSION=2.4.0
ARG DELTA_VERSION=3.0.0
ARG SCALA_VERSION=2.12

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

# install Delta
RUN wget -nv "https://repo1.maven.org/maven2/io/delta/delta-core_${SCALA_VERSION}/${DELTA_VERSION}/delta-core_${SCALA_VERSION}-${DELTA_VERSION}.jar"
RUN wget -nv "https://repo1.maven.org/maven2/io/delta/delta-spark_${SCALA_VERSION}/${DELTA_VERSION}/delta-spark_${SCALA_VERSION}-${DELTA_VERSION}.jar"
RUN wget -nv "https://repo1.maven.org/maven2/io/delta/delta-storage/${DELTA_VERSION}/delta-storage-${DELTA_VERSION}.jar"

# Create hive user to match Hive container
Expand Down

0 comments on commit 009161c

Please sign in to comment.