Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Done
    • None
    • 1.4.0
    • build

    Description

      Source tarball creation produces thousands of warnings due to long filenames:

      [INFO] --- maven-assembly-plugin:2.4:single (src-dist) @ ozone-dist ---
      [INFO] Reading assembly descriptor: /home/runner/work/ozone/ozone/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml
      [INFO] Building tar: /home/runner/work/ozone/ozone/hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT-src.tar.gz
      Warning:  Entry: ozone-1.3.0-SNAPSHOT-src/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/hdds/datanode/ longer than 100 characters.
      Warning:  Resulting tar file can only be processed successfully by GNU compatible tar commands
      Warning:  Entry: ozone-1.3.0-SNAPSHOT-src/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/hdds/datanode/metadata/ longer than 100 characters.
      Warning:  Entry: ozone-1.3.0-SNAPSHOT-src/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/protocol/ longer than 100 characters.
      Warning:  Entry: ozone-1.3.0-SNAPSHOT-src/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/protocol/commands/ longer than 100 characters.
      ...
      

      Since we can't ensure all paths are shorter than 100 characters, the warning should be suppressed.

      Attachments

        Issue Links

          Activity

            There are no comments yet on this issue.

            People

              adoroszlai Attila Doroszlai
              adoroszlai Attila Doroszlai
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: