ayushtkn commented on PR #5376: URL: https://github.com/apache/hadoop/pull/5376#issuecomment-1424081131
Tried this PR as well, some more work, need to do at bunch of more places, for the entire trunk javadoc build to be green. ``` ublic [ERROR] @InterfaceAudience.Public [ERROR] ^ [ERROR] /home/ayushsaxena/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/async/impl/package-info.java:18: error: unknown tag: InterfaceAudience.Public [ERROR] @InterfaceAudience.Public [ERROR] ^ [ERROR] /home/ayushsaxena/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/impl/package-info.java:18: error: unknown tag: InterfaceAudience.Public [ERROR] @InterfaceAudience.Public [ERROR] ^ [ERROR] /home/ayushsaxena/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/package-info.java:18: error: unknown tag: InterfaceAudience.Public [ERROR] @InterfaceAudience.Public [ERROR] ^ [ERROR] /home/ayushsaxena/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/util/package-info.java:18: error: unknown tag: InterfaceAudience.Public [ERROR] @InterfaceAudience.Public [ERROR] ^ [ERROR] [ERROR] Command line was: /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/home/ayushsaxena/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/target/site/apidocs' dir. [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :hadoop-yarn-client ayushsaxena@a289af3c944f:~/hadoop$ ``` Steps to repro are mentioned over here, so If you are trying to validate locally can follow that: https://github.com/apache/hadoop/pull/5226#pullrequestreview-1220041496 -- 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]
