Skip to content

Commit

Permalink
Update Iceberg version to 1.4.2
Browse files Browse the repository at this point in the history
Downgrade Spark to 3.4.2 to fix SQLConf NoClassDefFoundError.
  • Loading branch information
ebyhr committed Dec 21, 2023
1 parent 962bf65 commit 528dcf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/spark3-iceberg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
ARG ARCH
FROM testing/centos7-oj11:unlabelled$ARCH

ARG SPARK_VERSION=3.5.0
ARG SPARK_VERSION=3.4.2
ARG HADOOP_VERSION=3
ARG ICEBERG_VERSION=1.4.1
ARG ICEBERG_VERSION=1.4.2
# ICEBERG_JAR_VERSION is derived from: <spark-version>_<scala-version>
ARG ICEBERG_JAR_VERSION=3.5_2.12
ARG ICEBERG_JAR_VERSION=3.4_2.12
ARG POSTGRESQL_JAR_VERSION=42.3.5

ARG SPARK_ARTIFACT="spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}"
Expand Down

0 comments on commit 528dcf5

Please sign in to comment.