[
https://issues.apache.org/jira/browse/HBASE-22838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani updated HBASE-22838:
---------------------------------
Description:
tarball build with assembly:single command fails with user id(mac) or group
id(ubuntu) too big error:
{code:java}
$ mvn clean install package assembly:single -DskipTests
....
....
....
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single (default-cli) on
project hbase-assembly: Execution default-cli of goal
org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single failed: user id
'xxxxxxxx' is too big ( > 2097151 ). -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hbase-assembly
{code}
To avoid this error and to get better features for tarball build, we should
upgrade tarLongFileMode from gnu to posix: MPOM-132
This works for assembly plugin >= 2.5.0: MASSEMBLY-728
was:
tarball build with assembly:single command fails with user id(mac) or group
id(ubuntu) too big error:
{code:java}
$ mvn clean install package assembly:single -DskipTests
....
....
....
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single (default-cli) on
project hbase-assembly: Execution default-cli of goal
org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single failed: user id
'xxxxxxxx' is too big ( > 2097151 ). -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hbase-assembly
{code}
To avoid this error and to get better features for tarball build, we should
upgrade tarLongFileMode from gnu to posix: MPOM-132
> assembly:single failure: user id or group id 'xxxxx' is too big
> ---------------------------------------------------------------
>
> Key: HBASE-22838
> URL: https://issues.apache.org/jira/browse/HBASE-22838
> Project: HBase
> Issue Type: Bug
> Components: build
> Affects Versions: 3.0.0, 2.3.0
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 3.0.0, 1.5.0, 2.3.0, 2.0.6, 2.2.1, 2.1.6, 1.3.6, 1.4.11
>
>
>
> tarball build with assembly:single command fails with user id(mac) or group
> id(ubuntu) too big error:
> {code:java}
> $ mvn clean install package assembly:single -DskipTests
> ....
> ....
> ....
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single (default-cli) on
> project hbase-assembly: Execution default-cli of goal
> org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single failed: user id
> 'xxxxxxxx' is too big ( > 2097151 ). -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <goals> -rf :hbase-assembly
> {code}
> To avoid this error and to get better features for tarball build, we should
> upgrade tarLongFileMode from gnu to posix: MPOM-132
> This works for assembly plugin >= 2.5.0: MASSEMBLY-728
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)