cloud-fan opened a new pull request, #53888: URL: https://github.com/apache/spark/pull/53888
## What changes were proposed in this pull request? This updates the release manager Docker image to include both Java 8 and Java 17, enabling builds for all active Spark branches: - Spark < 4.0: requires Java 8 - Spark >= 4.0: requires Java 17 ### Changes: - Add `openjdk-8-jdk-headless` alongside existing Java 17 - Set up architecture-aware Java paths in `/etc/profile.d/java.sh` (works on both amd64 and arm64) - Export `JAVA8_HOME`, `JAVA17_HOME`, and `JAVA_HOME` environment variables ## Why are the changes needed? To support releasing all active Spark versions (3.4, 3.5, 4.0+) from a single Docker image. The release scripts will automatically select the appropriate Java version based on the Spark version being released. ## Does this PR introduce _any_ user-facing change? No. This only affects the release infrastructure. ## How was this patch tested? Manual testing by building the Docker image and verifying both Java versions are installed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
