METRON-558 PR incoming
On November 9, 2016 at 12:32:07, Otto Fowler ([email protected]) wrote: Ok, I’ll get a jira and a pr going. On November 9, 2016 at 12:28:01, David Lyle ([email protected]) wrote: Hi Otto, You find the most interesting bugs. I can't think of any reason to keep at gnu. Fwiw, posix worked just fine in my environment. Thanks, -D... On Wed, Nov 9, 2016 at 10:33 AM, Otto Fowler <[email protected]> wrote: > I’m getting errors building on machines ( which are managed ) that have > large user and group id’s. > > [INFO] BUILD FAILURE > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 09:36 > <http://airmail.calendar/2016-11-09%2009:36:00%20EST> min > > [INFO] Finished at: 2016-11-09 > <http://airmail.calendar/2016-11-09%2012:00:00%20EST>T10:13:17-05:00 > <http://airmail.calendar/2016-11-09%2013:17:00%20EST> > > [INFO] Final Memory: 177M/1916M > > [INFO] > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-assembly-plugin:2.6:single (build-tarball) > on project metron_mpack: Execution build-tarball of goal > org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id > '397160923' is too big ( > 2097151 ). Use STAR or POSIX extensions to > overcome this limit -> [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. > > > > The typical answer is to configure the plugin to use posix for > tarLongFileMode. > > > The metron ambari pom specifies ‘gnu’ for this. Is there a reason why it > has to be so? Would we be OK to change this to posix? >
