Description
The main hadoop pom.xml has this section in the javadoc plugin:
<excludePackageNames>org.apache.hadoop.authentication*,org.apache.hadoop.mapreduce.v2.proto,org.apache.hadoop.yarn.proto,org.apache.hadoop.yarn.server*,org.apache.hadoop.yarn.webapp*</excludePackageNames>
Since the package org.apache.hadoop.yarn.server is ignored, the various @ annotations should be removed from those classes.
Attachments
Attachments
Issue Links
- is related to
-
YARN-7138 Fix incompatible API change for YarnScheduler involved by YARN-5221
-
- Resolved
-