[jira] [Commented] (ZOOKEEPER-3337) Maven build failed with user or group id is too big

2019-04-09 Thread Norbert Kalmar (JIRA)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16813193#comment-16813193
 ] 

Norbert Kalmar commented on ZOOKEEPER-3337:
---

Sorry [~eolivelli], so it was totally the other way around as I said.

This can be changed, but as Andor mentioned, please create a PR Andrew.
I also forgot about this change before the current RC :(

> Maven build failed with user or group id is too big 
> 
>
> Key: ZOOKEEPER-3337
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3337
> Project: ZooKeeper
>  Issue Type: Bug
>Affects Versions: 3.4.13
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Major
> Attachments: ZOOKEEPER-3337-branch-3.4.patch
>
>
> Maven assembly plugin configuration must specify tarLongFileMode of "posix", 
> not "gnu".
> Otherwise if the user or group id is too large the build will fail. For 
> example:
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single
> (source-package) on project zookeeper: Execution source-package of goal
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single failed: user id 
> '1754762210'
> is too big ( > 2097151 ). -> [Help 1]
> {noformat}
> A very common problem, many other projects here have had to fix this. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ZOOKEEPER-3337) Maven build failed with user or group id is too big

2019-04-09 Thread Andor Molnar (JIRA)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16813178#comment-16813178
 ] 

Andor Molnar commented on ZOOKEEPER-3337:
-

[~apurtell] Please create pull request on GitHub.

> Maven build failed with user or group id is too big 
> 
>
> Key: ZOOKEEPER-3337
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3337
> Project: ZooKeeper
>  Issue Type: Bug
>Affects Versions: 3.4.13
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Major
> Attachments: ZOOKEEPER-3337-branch-3.4.patch
>
>
> Maven assembly plugin configuration must specify tarLongFileMode of "posix", 
> not "gnu".
> Otherwise if the user or group id is too large the build will fail. For 
> example:
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single
> (source-package) on project zookeeper: Execution source-package of goal
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single failed: user id 
> '1754762210'
> is too big ( > 2097151 ). -> [Help 1]
> {noformat}
> A very common problem, many other projects here have had to fix this. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ZOOKEEPER-3337) Maven build failed with user or group id is too big

2019-04-04 Thread Enrico Olivelli (JIRA)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16809825#comment-16809825
 ] 

Enrico Olivelli commented on ZOOKEEPER-3337:


This is my comment
https://github.com/apache/zookeeper/pull/828#discussion_r259123093

> Maven build failed with user or group id is too big 
> 
>
> Key: ZOOKEEPER-3337
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3337
> Project: ZooKeeper
>  Issue Type: Bug
>Affects Versions: 3.4.13
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Major
> Attachments: ZOOKEEPER-3337-branch-3.4.patch
>
>
> Maven assembly plugin configuration must specify tarLongFileMode of "posix", 
> not "gnu".
> Otherwise if the user or group id is too large the build will fail. For 
> example:
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single
> (source-package) on project zookeeper: Execution source-package of goal
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single failed: user id 
> '1754762210'
> is too big ( > 2097151 ). -> [Help 1]
> {noformat}
> A very common problem, many other projects here have had to fix this. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ZOOKEEPER-3337) Maven build failed with user or group id is too big

2019-04-04 Thread Enrico Olivelli (JIRA)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16809824#comment-16809824
 ] 

Enrico Olivelli commented on ZOOKEEPER-3337:


I have an huge userid on my work laptop and in order to handle it the fix 
usually is to use posix.


> Maven build failed with user or group id is too big 
> 
>
> Key: ZOOKEEPER-3337
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3337
> Project: ZooKeeper
>  Issue Type: Bug
>Affects Versions: 3.4.13
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Major
> Attachments: ZOOKEEPER-3337-branch-3.4.patch
>
>
> Maven assembly plugin configuration must specify tarLongFileMode of "posix", 
> not "gnu".
> Otherwise if the user or group id is too large the build will fail. For 
> example:
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single
> (source-package) on project zookeeper: Execution source-package of goal
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single failed: user id 
> '1754762210'
> is too big ( > 2097151 ). -> [Help 1]
> {noformat}
> A very common problem, many other projects here have had to fix this. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ZOOKEEPER-3337) Maven build failed with user or group id is too big

2019-04-04 Thread Norbert Kalmar (JIRA)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16809802#comment-16809802
 ] 

Norbert Kalmar commented on ZOOKEEPER-3337:
---

I originally used posix, as seen on this PR:
https://github.com/apache/zookeeper/pull/828

Unfortunately I can't find the review, where I think [~eolivelli] suggested to 
use gnu, I don't remember the reasoning either. Do you remember this Enrico?

>From my side, we can change it.

> Maven build failed with user or group id is too big 
> 
>
> Key: ZOOKEEPER-3337
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3337
> Project: ZooKeeper
>  Issue Type: Bug
>Affects Versions: 3.4.13
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Major
> Attachments: ZOOKEEPER-3337-branch-3.4.patch
>
>
> Maven assembly plugin configuration must specify tarLongFileMode of "posix", 
> not "gnu".
> Otherwise if the user or group id is too large the build will fail. For 
> example:
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single
> (source-package) on project zookeeper: Execution source-package of goal
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single failed: user id 
> '1754762210'
> is too big ( > 2097151 ). -> [Help 1]
> {noformat}
> A very common problem, many other projects here have had to fix this. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ZOOKEEPER-3337) Maven build failed with user or group id is too big

2019-03-27 Thread maoling (JIRA)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16803523#comment-16803523
 ] 

maoling commented on ZOOKEEPER-3337:


[~apurtell]

Sir,Zookeeper uses the github workflow.the contributor guideline is [here]
([https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute])]

Cc: [~nkalmar]

> Maven build failed with user or group id is too big 
> 
>
> Key: ZOOKEEPER-3337
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3337
> Project: ZooKeeper
>  Issue Type: Bug
>Affects Versions: 3.4.13
>Reporter: Andrew Purtell
>Priority: Major
> Attachments: ZOOKEEPER-3337-branch-3.4.patch
>
>
> Maven assembly plugin configuration must specify tarLongFileMode of "posix", 
> not "gnu".
> Otherwise if the user or group id is too large the build will fail. For 
> example:
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single
> (source-package) on project zookeeper: Execution source-package of goal
> org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single failed: user id 
> '1754762210'
> is too big ( > 2097151 ). -> [Help 1]
> {noformat}
> A very common problem, many other projects here have had to fix this. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)