pan3793 commented on code in PR #8214: URL: https://github.com/apache/hadoop/pull/8214#discussion_r2739966305
########## BUILDING.txt: ########## @@ -64,6 +64,9 @@ Refer to dev-support/docker/Dockerfile): $ sudo apt-get -y install openjdk-17-jdk * Maven $ sudo apt-get -y install maven + + Note: Above command might not the required Maven version i.e.3.9.9 or later. + In that case, download and install Maven manually from https://maven.apache.org/download.cgi Review Comment: even ubuntu 24.04 apt repo installs old maven 3.8.7, let's just replace it with manual install commands -- 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]
