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

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

     [ https://issues.apache.org/jira/browse/RANGER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alok Lal reopened RANGER-600:
-----------------------------
      Assignee: Alok Lal

Reopening to submit the patch.

> 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
>            Assignee: Alok Lal
>             Fix For: 0.5.0
>
>
> 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)