Viraj Jasani created HBASE-22838:
------------------------------------
Summary: 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
Affects Versions: 3.0.0, 1.5.0, 2.3.0
Reporter: Viraj Jasani
Assignee: Viraj Jasani
tarball build with 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 message was sent by Atlassian JIRA
(v7.6.14#76016)