This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new e754420f1c43 [SPARK-57751][INFRA] Fix `spark-rm` Dockerfile comments
to Spark 5
e754420f1c43 is described below
commit e754420f1c43423cb865adcc840e1d3111f3ef3b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jun 29 12:06:15 2026 -0700
[SPARK-57751][INFRA] Fix `spark-rm` Dockerfile comments to Spark 5
### What changes were proposed in this pull request?
This PR fixes the stale Spark 4 references in the
`dev/create-release/spark-rm/Dockerfile` comments to Spark 5.
### Why are the changes needed?
The Spark master branch version is now `5.0.0-SNAPSHOT`.
- apache/spark#55703
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
N/A. Comment-only change.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.8
Closes #56866 from dongjoon-hyun/SPARK-57751.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/create-release/spark-rm/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/create-release/spark-rm/Dockerfile
b/dev/create-release/spark-rm/Dockerfile
index fffe7e387a31..d425e7394046 100644
--- a/dev/create-release/spark-rm/Dockerfile
+++ b/dev/create-release/spark-rm/Dockerfile
@@ -15,14 +15,14 @@
# limitations under the License.
#
-# Spark master (4.2-SNAPSHOT) release image
+# Spark master (5.0.0-SNAPSHOT) release image
# Extends the base image with:
# - Java 17
# - Python 3.10 with required packages
FROM spark-rm-base:latest
-# Install Java 17 for Spark 4.x
+# Install Java 17 for Spark 5.x
RUN apt-get update && apt-get install -y \
openjdk-17-jdk-headless \
&& rm -rf /var/lib/apt/lists/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]