Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-600

Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project ranger

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • 0.5.0
    • None
    • None
    • None
    • Important

    Description

      when I compile latest code from master branch I got following error
      Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project ranger: Failed to create assembly: Error creating assembly archive src: Problem creating TAR: request to write '8192' bytes exceeds size in header of '566424' bytes

      To fix this issue change following in the pom file

      <plugin>
      <artifactId>maven-assembly-plugin</artifactId>
      <version>2.3</version>
      <configuration>
      <descriptors>
      <descriptor>src/main/assembly/hdfs-agent.xml</descriptor>

      In this way issue was fixed

      Attachments

        Activity

          People

            alok Alok Lal
            mujadid Mujadid khalid
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: