[
https://issues.apache.org/jira/browse/RANGER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mujadid khalid updated RANGER-600:
----------------------------------
Fix Version/s: 0.5.0
> 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
> 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)