[
https://issues.apache.org/jira/browse/SPARK-49117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-49117.
----------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Issue resolved by pull request 47618
[https://github.com/apache/spark/pull/47618]
> Fix `docker-image-tool.sh` to be up-to-date
> -------------------------------------------
>
> Key: SPARK-49117
> URL: https://issues.apache.org/jira/browse/SPARK-49117
> Project: Spark
> Issue Type: Sub-task
> Components: Kubernetes
> Affects Versions: 4.0.0
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
>
> Apache Spark 4 dropped Java 11 support. So, we should fix the following.
> {code}
> - - Build and push Java11-based image with tag "v3.4.0" to docker.io/myrepo
> + - Build and push Java17-based image with tag "v4.0.0" to docker.io/myrepo
> {code}
> Apache Spark 4 requires JDK instead of JRE. So, we should fix the following.
> {code}
> - $0 -r docker.io/myrepo -t v3.4.0 -b java_image_tag=11-jre build
> + $0 -r docker.io/myrepo -t v4.0.0 -b java_image_tag=17 build
> {code}
> Lastly, `3.4.0` is too old because it's released on April 13, 2023. We had
> better use v4.0.0.
> {code}
> - $0 -r docker.io/myrepo -t v3.4.0 -p
> kubernetes/dockerfiles/spark/bindings/python/Dockerfile build
> + $0 -r docker.io/myrepo -t v4.0.0 -p
> kubernetes/dockerfiles/spark/bindings/python/Dockerfile build
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]