Uh oh!
There was an error while loading. Please reload this page.
[SPARK-45169] Add official image Dockerfile for Apache Spark 3.5.0 - #55
Closed
Yikun wants to merge 4 commits into
Closed
[SPARK-45169] Add official image Dockerfile for Apache Spark 3.5.0#55Yikun wants to merge 4 commits into
Yikun wants to merge 4 commits into
Conversation
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
MemberAuthor
@xuanyuanking Hi, yuanjian, would you mind uploading your public key to opengpg accroding reference [1]? [1] #54 (comment) |
This reverts commit f451ce2.
Member
Yikun
commented
Sep 14, 2023
MemberAuthor
@xuanyuanking I retriggered job, it works. I will merge this after all CI green. |
Yikun
marked this pull request as ready for review
September 14, 2023 09:43
HyukjinKwon
approved these changes
Sep 14, 2023
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
Yikun
commented
Sep 14, 2023
MemberAuthor
@HyukjinKwon@xuanyuanking Thanks, merged. |
Yikun
commented
Sep 14, 2023
MemberAuthor
Publish triggered: https://github.com/apache/spark-docker/actions/runs/6187109381 |
Yikun
commented
Sep 14, 2023
MemberAuthor
Added DOI for 3.5: docker-library/official-images#15363 |
HyukjinKwon
commented
Sep 15, 2023
Member
Awesome!! |
vakarisbk added a commit
to vakarisbk/official-images
that referenced
this pull request
Nov 12, 2023
This patch adds additional images to 3.5.0 version for Apache Spark https://spark.apache.org/docs/3.5.0/ [1] [1] apache/spark-website#476 [2] apache/spark-docker#55
vakarisbk added a commit
to vakarisbk/official-images
that referenced
this pull request
Nov 12, 2023
This patch adds additional images to 3.5.0 version for Apache Spark https://spark.apache.org/docs/3.5.0/ [1] [1] apache/spark-website#476 [2] apache/spark-docker#55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What changes were proposed in this pull request?
Add Apache Spark 3.5.0 Dockerfiles.
./add-dockerfiles.sh 3.5.0to generate dockerfilesWhy are the changes needed?
Apache Spark 3.5.0 released
Does this PR introduce any user-facing change?
Docker image will be published.
How was this patch tested?
Add workflow and CI passed