Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-35154

Javadoc aggregate fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Javadoc plugin fails with error. Using

      javadoc:aggregate

      ERROR:

      [WARNING] The requested profile "include-hadoop" could not be activated because it does not exist.
      [WARNING] The requested profile "arm" could not be activated because it does not exist.
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate (default-cli) on project flink-parent: An error has occurred in JavaDocs report generation: 
      [ERROR] Exit code: 1 - /{flinkProjectDir}/flink-end-to-end-tests/flink-confluent-schema-registry/target/generated-sources/example/avro/EventType.java:8: error: type GenericEnumSymbol does not take parameters
      [ERROR] public enum EventType implements org.apache.avro.generic.GenericEnumSymbol<EventType> {
      [ERROR]    

       

      For our flink 1.17 ERROR

      [ERROR] /{flinkProjectDir}/flink-connectors/flink-sql-connector-hive-3.1.3/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java:21: error: cannot find symbol
      [ERROR] import static org.apache.hadoop.hive.metastore.Warehouse.DEFAULT_DATABASE_NAME;
      [ERROR] ^
      [ERROR]   symbol:   static DEFAULT_DATABASE_NAME
      [ERROR]   location: class

       

      Need to increase version of javadoc plugin from 2.9.1 to 2.10.4 (In current version exists bug same with this)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lda-dima Dmitriy Linevich
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: