You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Mujadid khalid (JIRA)" <ji...@apache.org> on 2015/08/05 19:48:04 UTC

[jira] [Created] (RANGER-600) Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project ranger

Mujadid khalid created RANGER-600:
-------------------------------------

             Summary: Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project ranger
                 Key: RANGER-600
                 URL: https://issues.apache.org/jira/browse/RANGER-600
             Project: Ranger
          Issue Type: Bug
    Affects Versions: 0.5.0
            Reporter: Mujadid khalid


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





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)