This is an automated email from the ASF dual-hosted git repository.
gurwls223 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 74f9ebeac8a [MINOR][INFRA] Correct Java version in RM Dockerfile
description
74f9ebeac8a is described below
commit 74f9ebeac8a38a57d683b1636857045329ec29f6
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Nov 6 11:21:28 2023 -0800
[MINOR][INFRA] Correct Java version in RM Dockerfile description
### What changes were proposed in this pull request?
As title, it's a super nit fix.
### Why are the changes needed?
Correct the description to match the install JDK version.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Review
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #43669 from pan3793/minor-rm.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
dev/create-release/spark-rm/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/create-release/spark-rm/Dockerfile
b/dev/create-release/spark-rm/Dockerfile
index 50562e38fb5..b628798bbf5 100644
--- a/dev/create-release/spark-rm/Dockerfile
+++ b/dev/create-release/spark-rm/Dockerfile
@@ -18,7 +18,7 @@
# Image for building Spark releases. Based on Ubuntu 20.04.
#
# Includes:
-# * Java 8
+# * Java 17
# * Ivy
# * Python (3.8.5)
# * R-base/R-base-dev (4.0.3)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]