[
https://issues.apache.org/jira/browse/HADOOP-19638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18017504#comment-18017504
]
ASF GitHub Bot commented on HADOOP-19638:
-----------------------------------------
pan3793 commented on code in PR #7831:
URL: https://github.com/apache/hadoop/pull/7831#discussion_r2314272985
##########
dev-support/jenkins.sh:
##########
@@ -124,9 +124,8 @@ function run_ci() {
YETUS_ARGS+=("--mvn-custom-repos")
YETUS_ARGS+=("--dockermemlimit=22g")
- # test with Java 8 and 11
- YETUS_ARGS+=("--java-home=/usr/lib/jvm/java-8-openjdk-amd64")
- YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-11-openjdk-amd64")
+ # test with Java 17
+ YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-17-openjdk-amd64")
Review Comment:
now, all platforms on the trunk branch have `java-17-openjdk-amd64`
installed in the docker image, it's time to move forward
> [JDK17] Set Up CI Support JDK17
> -------------------------------
>
> Key: HADOOP-19638
> URL: https://issues.apache.org/jira/browse/HADOOP-19638
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: build
> Reporter: Shilun Fan
> Assignee: Shilun Fan
> Priority: Major
> Labels: pull-request-available
>
> Plan to establish a new build pipeline using JDK 17 for Apache Hadoop, as
> part of the ongoing effort to upgrade the project’s Java compatibility. This
> pipeline will serve as the foundation for testing and validating future JDK
> 17 support and ensuring smooth integration with existing CI/CD processes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]