-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.4.0
-
Component/s: documentation
-
Labels:
-
Target Version/s:
-
Hadoop Flags:Reviewed
[ERROR] /Users/aajisaka/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/ClientGSIContext.java:32: error: self-closing element not allowed [ERROR] * <p/> [ERROR] ^ [ERROR] /Users/aajisaka/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSClient.java:1245: error: unexpected text [ERROR] * Same as {@link #create(String, FsPermission, EnumSet, boolean, short, long, [ERROR] ^ [ERROR] /Users/aajisaka/git/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/HdfsConstants.java:161: error: reference not found [ERROR] * {@link HdfsConstants#LEASE_HARDLIMIT_PERIOD hard limit}. Until the [ERROR] ^
Full error log: https://gist.github.com/aajisaka/7ab1c48a9bd7a0fdb11fa82eb04874d5
How to reproduce the failure:
- Remove <javadoc.skip.jdk11>true</javadoc.skip.jdk11> from pom.xml
- Run mvn process-sources javadoc:javadoc-no-fork
- is a child of
-
HADOOP-16795 Java 11 compile support
-
- Open
-