sekikn commented on PR #1307: URL: https://github.com/apache/bigtop/pull/1307#issuecomment-2492816213
I've included a new patch in this PR for upgrading maven-site-plugin. Building HBase on Rocky 9 without it fails for some reason as follows: ``` + mvn -Phadoop-3.0 -Dhadoop-three.version=3.3.6 -Dhadoop.guava.version=27.0-jre -Djetty.version=9.3.29.v20201019 -Dzookeeper.version=3.8.4 -DskipTests -Dcheckstyle.skip=true -Dadditionalparam=-Xdoclint:none site ... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache HBase 2.6.1: [INFO] [INFO] Apache HBase ....................................... FAILURE [ 27.224 s] ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27.686 s [INFO] Finished at: 2024-11-22T03:37:36Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.12.0:site (default-site) on project hbase: Error generating maven-javadoc-plugin:3.4.0:aggregate-no-fork report: Unable to write 'options' temporary file for command execution: Input length = 1 -> [Help 1] ``` @iwasakims Could you try to reproduce it on your environment, and feedback to the HBase community if it's reproducible and you could figure out the reason? -- 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]
