Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.4.0
    • build
    • None
    • Java 11

    • Hide
      <!-- markdown -->
      * Upgraded to Yetus master to change javadoc goals.
      * Changed javadoc goals from `javadoc:javadoc` to `process-sources javadoc:javadoc-no-fork`.
      * Javadoc with JDK11 fails in some modules. Ignored them for now and we will fix them later.
      Show
      <!-- markdown --> * Upgraded to Yetus master to change javadoc goals. * Changed javadoc goals from `javadoc:javadoc` to `process-sources javadoc:javadoc-no-fork`. * Javadoc with JDK11 fails in some modules. Ignored them for now and we will fix them later.

    Description

      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time:  17.982 s
      [INFO] Finished at: 2020-06-20T01:56:28Z
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:javadoc (default-cli) on project hadoop-hdfs: An error has occurred in Javadoc report generation: 
      [ERROR] Exit code: 1 - javadoc: warning - You have specified the HTML version as HTML 4.01 by using the -html4 option.
      [ERROR] The default is currently HTML5 and the support for HTML 4.01 will be removed
      [ERROR] in a future release. To suppress this warning, please ensure that any HTML constructs
      [ERROR] in your comments are valid in HTML5, and remove the -html4 option.
      [ERROR] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2084/src/hadoop-hdfs-project/hadoop-hdfs/target/generated-sources/java/org/apache/hadoop/hdfs/server/namenode/FsImageProto.java:25197: error: cannot find symbol
      [ERROR]       com.google.protobuf.GeneratedMessageV3 implements
      [ERROR]                          ^
      [ERROR]   symbol:   class GeneratedMessageV3
      [ERROR]   location: package com.google.protobuf
      [ERROR] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2084/src/hadoop-hdfs-project/hadoop-hdfs/target/generated-sources/java/org/apache/hadoop/hdfs/server/namenode/FsImageProto.java:25319: error: cannot find symbol
      [ERROR]         com.google.protobuf.GeneratedMessageV3 implements
      [ERROR]                            ^
      [ERROR]   symbol:   class GeneratedMessageV3
      [ERROR]   location: package com.google.protobuf
      [ERROR] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2084/src/hadoop-hdfs-project/hadoop-hdfs/target/generated-sources/java/org/apache/hadoop/hdfs/server/namenode/FsImageProto.java:26068: error: cannot find symbol
      [ERROR]         com.google.protobuf.GeneratedMessageV3 implements
      [ERROR]                            ^
      [ERROR]   symbol:   class GeneratedMessageV3
      [ERROR]   location: package com.google.protobuf
      [ERROR] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2084/src/hadoop-hdfs-project/hadoop-hdfs/target/generated-sources/java/org/apache/hadoop/hdfs/server/namenode/FsImageProto.java:26073: error: package com.google.protobuf.GeneratedMessageV3 does not exist
      [ERROR]       private PersistToken(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      

      Attachments

        Issue Links

          Activity

            People

              aajisaka Akira Ajisaka
              umamaheswararao Uma Maheswara Rao G
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: