Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to Iceberg 1.4.0 #93

Merged
merged 11 commits into from
Oct 10, 2023
Merged

Bump to Iceberg 1.4.0 #93

merged 11 commits into from
Oct 10, 2023

Conversation

Fokko
Copy link
Contributor

@Fokko Fokko commented Sep 28, 2023

No description provided.

@Fokko Fokko marked this pull request as draft September 28, 2023 07:00
@Fokko Fokko changed the title Bump to Iceberg 1.4.0 and Spark 3.5 Bump to Iceberg 1.4.0 Sep 28, 2023
spark/Dockerfile Outdated Show resolved Hide resolved
spark/Dockerfile Outdated Show resolved Hide resolved
@Fokko Fokko marked this pull request as ready for review October 10, 2023 10:50
Fokko and others added 3 commits October 10, 2023 12:50
Co-authored-by: issac-lim <sungkooc.lim@gmail.com>
spark/Dockerfile Outdated
@@ -77,6 +75,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2

# Add iceberg spark runtime jar to IJava classpath
ENV IJAVA_CLASSPATH=/opt/spark/jars/*
ENV JAVA_PATH="/opt/spark/jars/*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this used anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, was a while ago. I've removed it

spark/Dockerfile Outdated
@@ -59,14 +59,12 @@ RUN mkdir -p ${SPARK_HOME} \
&& rm -rf spark-${SPARK_VERSION}-bin-hadoop3.tgz

# Download iceberg spark runtime
RUN curl https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime-${SPARK_MAJOR_VERSION}_2.12/${ICEBERG_VERSION}/iceberg-spark-runtime-${SPARK_MAJOR_VERSION}_2.12-${ICEBERG_VERSION}.jar -Lo /opt/spark/jars/iceberg-spark-runtime-${SPARK_MAJOR_VERSION}_2.12-${ICEBERG_VERSION}.jar
RUN curl https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime-${SPARK_MAJOR_VERSION}_2.12/${ICEBERG_VERSION}/iceberg-spark-runtime-${SPARK_MAJOR_VERSION}_2.12-${ICEBERG_VERSION}.jar \
-Lo /opt/spark/jars/iceberg-spark-runtime-${SPARK_MAJOR_VERSION}_2.12-${ICEBERG_VERSION}.jar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I'd prefer to have this on a single line. Same for the AWS Bundle line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer a natural break in there, but moved it to a single line

Copy link
Contributor

@nastra nastra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @Fokko

@Fokko Fokko merged commit 5291ffe into main Oct 10, 2023
1 check passed
@Fokko Fokko deleted the fd-check-release branch October 10, 2023 13:21
saoxia added a commit to saoxia/iceberg-spark that referenced this pull request Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants