iwasakims commented on PR #5988: URL: https://github.com/apache/hadoop/pull/5988#issuecomment-1697309071
Hmm, I got javadoc error only on aarch64. I'm looking into the cause. ``` $ uname -a Linux ip-172-31-141-109 5.19.0-1025-aws #26~22.04.1-Ubuntu SMP Mon Apr 24 01:58:03 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux $ mvn clean install -DskipTests -DskipShade -Pdocs ... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:javadoc-no-fork (default) on project hadoop-common: An error has occurred in Javadoc report generation: [ERROR] Exit code: 1 - javadoc: error - class file for org.apache.yetus.audience.InterfaceAudience not found [ERROR] [ERROR] Command line was: /usr/lib/jvm/java-8-openjdk-arm64/jre/../bin/javadoc -J-Xmx768m @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/home/ubuntu/srcs/hadoop/hadoop-common-project/hadoop-common/target/site/home/ubuntu/srcs/hadoop/hadoop-common-project/hadoop-common/target/api' dir. ``` -- 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]
