steveloughran commented on code in PR #7316: URL: https://github.com/apache/hadoop/pull/7316#discussion_r1970409739
########## hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md: ########## @@ -350,6 +350,17 @@ mvn verify -Dparallel-tests -Dprefetch -DtestsThreadCount=8 mvn verify -Dparallel-tests -Dprefetch -Dscale -DtestsThreadCount=8 ``` +## <a name="java17"></a> Java 17 Tests + +This module includes a test source tree which compiles and runs on +Java 17+ _only_. This is to allow external libraries to be used Review Comment: really? Even better. I do seem to have to switch to a java17 JVM for a build though, but maybe that's because I do that for parquet. This means I'll be able to wire yetus up to CI this even before we've got that java17 image up -- 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]
