You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Pradeep Agrawal (Jira)" <ji...@apache.org> on 2020/07/17 05:34:00 UTC

[jira] [Updated] (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 ]

Pradeep Agrawal updated RANGER-600:
-----------------------------------
    Fix Version/s:     (was: 0.5.4)

> 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
>            Priority: Major
>
> 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
(v8.3.4#803005)