Description
YARN compilation with Java 11 fails because the annotation javax.annotation.Generated has moved. It is now javax.annotation.processing.Generated. A simple substitution will break compilation with older JDK, so it seems best to remove the annotations, which are only documentation not functional.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-15338 Java 11 runtime support
- Resolved