Skip to content

[SPARK-58151] Publish Apache Spark 4.2.0 to docker registry#130

Merged
huaxingao merged 2 commits into
masterfrom
spark-4.2.0
Jul 16, 2026
Merged

[SPARK-58151] Publish Apache Spark 4.2.0 to docker registry#130
huaxingao merged 2 commits into
masterfrom
spark-4.2.0

Conversation

@huaxingao

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This PR proposes to publish Apache Spark 4.2.0 to docker registry

Why are the changes needed?

To provide a docker image of Apache Spark 4.2.0

Does this PR introduce any user-facing change?

No

How was this patch tested?

Manual review

Was this patch authored or co-authored using generative AI tooling?

@huaxingao
huaxingao requested a review from dongjoon-hyun July 15, 2026 17:53
Comment thread .github/workflows/publish-java17.yaml Outdated
@@ -29,6 +29,7 @@ on:
type: choice
options:
- 4.2.0-preview5

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We can remove 4.2.0-preview5?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Removed. Thanks

@huaxingao
huaxingao requested review from HyukjinKwon and dongjoon-hyun and removed request for dongjoon-hyun July 15, 2026 22:50

@holdenk holdenk left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

@dongjoon-hyun dongjoon-hyun left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1, LGTM. Thank you, @huaxingao .

@dongjoon-hyun

Copy link
Copy Markdown
Member

Please merge and trigger the publish CI, @huaxingao .

# https://downloads.apache.org/spark/KEYS
ENV SPARK_TGZ_URL=https://www.apache.org/dyn/closer.lua/spark/spark-4.2.0/spark-4.2.0-bin-hadoop3.tgz?action=download \
SPARK_TGZ_ASC_URL=https://www.apache.org/dyn/closer.lua/spark/spark-4.2.0/spark-4.2.0-bin-hadoop3.tgz.asc?action=download \
GPG_KEY=709226B910E0F10917123B6259B586ADA5A538D1

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This key seems to be not published yet to https://downloads.apache.org/spark/KEYS .

I can find only your old one, @huaxingao . Could you publish your new key?

pub   rsa4096 2021-12-07 [SC]
      CEA888BDB32D983C7F094564AC01E6E9139F610C
uid           [ultimate] Huaxin Gao (CODE SIGNING KEY) <huaxin.gao11@gmail.com>
sub   rsa4096 2021-12-07 [E]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Appended my new key. Thanks for catching this!

@huaxingao
huaxingao merged commit d3d8851 into master Jul 16, 2026
12 checks passed
@huaxingao

Copy link
Copy Markdown
Contributor Author

Thanks @dongjoon-hyun @holdenk @viirya for the review!

@huaxingao

Copy link
Copy Markdown
Contributor Author

oh.. I squashed and merged. I will fix this.

@huaxingao

Copy link
Copy Markdown
Contributor Author

I checked the history: it's still linear (no merge commit), and the last release PR #117 was merged the same way with the GitHub squash button. The content on master is correct, and I've manually triggered the publish CI, so I'll leave this as-is.

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.

4 participants