voonhous commented on code in PR #18524: URL: https://github.com/apache/hudi/pull/18524#discussion_r3245621476
########## docker/README.md: ########## @@ -27,6 +27,19 @@ docker demo environment. The `/hoodie` folder contains all the configs for assembling necessary docker images. The name and repository of each docker image, e.g., `apachehudi/hudi-hadoop_2.8.4-trinobase_368`, is defined in the maven configuration file `pom.xml`. +#### Base image by Java version + +`build_docker_images.sh` auto-selects one of the two supported base images from `--spark-version`: Spark 4.0+ picks +`base_java17`, anything else picks `base_java11`. + +| Base module | JDK | Default Hadoop | Published repo suffix | Used for | +|---------------|---------|----------------|-----------------------|------------| +| `base_java11` | Java 11 | 2.8.4 | `...-base-java11` | Spark 3.x | Review Comment: This is addressed in: https://github.com/apache/hudi/pull/18663 -- 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]
