Skip to content

Add additional images to Apache Spark 3.5.0#15697

Merged
yosifkit merged 1 commit intodocker-library:masterfrom
vakarisbk:vakarisbk-patch-2
Nov 16, 2023
Merged

Add additional images to Apache Spark 3.5.0#15697
yosifkit merged 1 commit intodocker-library:masterfrom
vakarisbk:vakarisbk-patch-2

Conversation

@vakarisbk
Copy link
Contributor

This patch adds additional images to 3.5.0 version of Apache Spark https://spark.apache.org/docs/3.5.0/

apache/spark-docker#56

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
@github-actions
Copy link

Diff for 6094bd3:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 71edde5..cd0b29f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -40,3 +40,23 @@ Tags: 3.5.0-scala2.12-java11-ubuntu, 3.5.0-scala, scala
 Architectures: amd64, arm64v8
 GitCommit: 028efd4637fb2cf791d5bd9ea70b2fca472de4b7
 Directory: 3.5.0/scala2.12-java11-ubuntu
+
+Tags: 3.5.0-scala2.12-java17-python3-r-ubuntu
+Architectures: amd64, arm64v8
+GitCommit: 6f68fe0f7051c10f2bf43a50a7decfce2e97baf0
+Directory: 3.5.0/scala2.12-java17-python3-r-ubuntu
+
+Tags: 3.5.0-scala2.12-java17-python3-ubuntu, 3.5.0-java17-python3, 3.5.0-java17, python3-java17
+Architectures: amd64, arm64v8
+GitCommit: 6f68fe0f7051c10f2bf43a50a7decfce2e97baf0
+Directory: 3.5.0/scala2.12-java17-python3-ubuntu
+
+Tags: 3.5.0-scala2.12-java17-r-ubuntu, 3.5.0-java17-r
+Architectures: amd64, arm64v8
+GitCommit: 6f68fe0f7051c10f2bf43a50a7decfce2e97baf0
+Directory: 3.5.0/scala2.12-java17-r-ubuntu
+
+Tags: 3.5.0-scala2.12-java17-ubuntu, 3.5.0-java17-scala
+Architectures: amd64, arm64v8
+GitCommit: 6f68fe0f7051c10f2bf43a50a7decfce2e97baf0
+Directory: 3.5.0/scala2.12-java17-ubuntu
diff --git a/_bashbrew-list b/_bashbrew-list
index 19035e4..f93ec40 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -7,6 +7,10 @@ spark:3.4.1-scala2.12-java11-python3-ubuntu
 spark:3.4.1-scala2.12-java11-r-ubuntu
 spark:3.4.1-scala2.12-java11-ubuntu
 spark:3.5.0
+spark:3.5.0-java17
+spark:3.5.0-java17-python3
+spark:3.5.0-java17-r
+spark:3.5.0-java17-scala
 spark:3.5.0-python3
 spark:3.5.0-r
 spark:3.5.0-scala
@@ -14,7 +18,12 @@ spark:3.5.0-scala2.12-java11-python3-r-ubuntu
 spark:3.5.0-scala2.12-java11-python3-ubuntu
 spark:3.5.0-scala2.12-java11-r-ubuntu
 spark:3.5.0-scala2.12-java11-ubuntu
+spark:3.5.0-scala2.12-java17-python3-r-ubuntu
+spark:3.5.0-scala2.12-java17-python3-ubuntu
+spark:3.5.0-scala2.12-java17-r-ubuntu
+spark:3.5.0-scala2.12-java17-ubuntu
 spark:latest
 spark:python3
+spark:python3-java17
 spark:r
 spark:scala
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 168fcfe..b9203b3 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,8 +1,12 @@
 spark:3.4.1-scala
 spark:scala
+spark:3.5.0-java17-scala
 spark:3.4.1-scala2.12-java11-python3-r-ubuntu
 spark:3.4.1
 spark:3.4.1-r
 spark:3.5.0-scala2.12-java11-python3-r-ubuntu
 spark:latest
 spark:r
+spark:3.5.0-scala2.12-java17-python3-r-ubuntu
+spark:python3-java17
+spark:3.5.0-java17-r
diff --git a/spark_3.4.1-r/Dockerfile b/spark_3.5.0-java17-r/Dockerfile
similarity index 95%
copy from spark_3.4.1-r/Dockerfile
copy to spark_3.5.0-java17-r/Dockerfile
index 1c9fc38..753f3cf 100644
--- a/spark_3.4.1-r/Dockerfile
+++ b/spark_3.5.0-java17-r/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM spark:3.4.1-scala2.12-java11-ubuntu
+FROM spark:3.5.0-scala2.12-java17-ubuntu
 
 USER root
 
diff --git a/spark_scala/Dockerfile b/spark_3.5.0-java17-scala/Dockerfile
similarity index 98%
copy from spark_scala/Dockerfile
copy to spark_3.5.0-java17-scala/Dockerfile
index 15f4b31..ed29cba 100644
--- a/spark_scala/Dockerfile
+++ b/spark_3.5.0-java17-scala/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM eclipse-temurin:11-jre-focal
+FROM eclipse-temurin:17-jre-jammy
 
 ARG spark_uid=185
 
diff --git a/spark_scala/entrypoint.sh b/spark_3.5.0-java17-scala/entrypoint.sh
similarity index 100%
copy from spark_scala/entrypoint.sh
copy to spark_3.5.0-java17-scala/entrypoint.sh
diff --git a/spark_3.4.1-scala2.12-java11-python3-r-ubuntu/Dockerfile b/spark_3.5.0-scala2.12-java17-python3-r-ubuntu/Dockerfile
similarity index 96%
copy from spark_3.4.1-scala2.12-java11-python3-r-ubuntu/Dockerfile
copy to spark_3.5.0-scala2.12-java17-python3-r-ubuntu/Dockerfile
index 30e6b86..fd05497 100644
--- a/spark_3.4.1-scala2.12-java11-python3-r-ubuntu/Dockerfile
+++ b/spark_3.5.0-scala2.12-java17-python3-r-ubuntu/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM spark:3.4.1-scala2.12-java11-ubuntu
+FROM spark:3.5.0-scala2.12-java17-ubuntu
 
 USER root
 
diff --git a/spark_latest/Dockerfile b/spark_python3-java17/Dockerfile
similarity index 95%
copy from spark_latest/Dockerfile
copy to spark_python3-java17/Dockerfile
index 78db218..e57b4f5 100644
--- a/spark_latest/Dockerfile
+++ b/spark_python3-java17/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM spark:3.5.0-scala2.12-java11-ubuntu
+FROM spark:3.5.0-scala2.12-java17-ubuntu
 
 USER root

Relevant Maintainers:

@yosifkit
Copy link
Member

This looks correct to me and sanctioned by the maintainers: apache/spark-docker#56 (comment).

@Yikun, let me know it this looks good to you.

@Yikun
Copy link
Contributor

Yikun commented Nov 14, 2023

@yosifkit Thanks! Consider it's the first java 17 series images, I sent a mail to spark dev mail list to see any other concerns from Spark community.

I will back here before Friday to give the final +1, Thanks!

[1] https://lists.apache.org/thread/ryycljltozq25j0o5mn9qbwypqso4k5p

also cc @HyukjinKwon @zhengruifeng

Copy link
Contributor

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

I am good with this +1

@Yikun
Copy link
Contributor

Yikun commented Nov 16, 2023

I'm also good with this! +1

No -1 from Spark community, https://lists.apache.org/thread/ryycljltozq25j0o5mn9qbwypqso4k5p

@yosifkit Pls feel free to merge! Much thanks for your help!

@HyukjinKwon @vakarisbk Thanks all!

@yosifkit yosifkit merged commit 635bc50 into docker-library:master Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants