Try to fix in the same way it was done here and couple of similar PRs: https://github.com/apache/hadoop/pull/5179
There are a bunch of PRs in yarn getting the similar error fixed module wise, the problem would be there in many other modules as well... The daily JDK-11 build also shows that failure here: https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/410/artifact/out/patch-javadoc-root.txt BTW. the daily build is also broken with some whooping 150+ failures https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1071/testReport/ Mostly some Junit upgrade patch being the reason. -Ayush On Mon, 12 Dec 2022 at 18:46, Steve Loughran <ste...@cloudera.com.invalid> wrote: > yetus is now reporting errors on our @InterfaceAudience tags in java8 and > java11 javadoc generation > https://github.com/apache/hadoop/pull/5205#issuecomment-1344664692 > > https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5205/2/artifact/out/branch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04.txt > > it looks a bit like the javadocs are both being done in the java11 version, > and is is unhappy. > > any suggestions as to a fix? >