scolley31 opened a new pull request, #7337: URL: https://github.com/apache/ozone/pull/7337
## What changes were proposed in this pull request? This pull request fixes the Hadoop HDDS docs build issue encountered with Hugo v0.135.0 on an M1 Max MacBook Pro. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11570 ## How was this patch tested? The issue was reproduced by building Ozone with the following command on an M1 Max MacBook Pro: ```bash mvn clean install -DskipTests -Dos.arch=x86_64 ``` The Hugo version used was v0.135: ``` hugo version hugo v0.135.0-f30603c47f5205e30ef83c70419f57d7eb7175ab darwin/arm64 BuildDate=2024-09-27T13:17:08Z VendorInfo=gohugoio ``` The Maven build failed specifically at the hadoop-hdds-docs module with the following error: ``` [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.4.1:exec (default) on project hdds-docs: Command execution failed.: Process exited with an error: 1 (Exit value: 1) -> [Help 1] ``` -- 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]
