This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new a43ae4d  Issue 3247: Build error on linux if userid is an huge number 
(#3248)
a43ae4d is described below

commit a43ae4dee2360d937dd9da37fb197cebe57e9fa8
Author: Enrico Olivelli <[email protected]>
AuthorDate: Mon Dec 24 19:05:34 2018 +0100

    Issue 3247: Build error on linux if userid is an huge number (#3248)
    
    ### Motivation
    
    Fix build error reported in #3247
    
    ### Modifications
    
    Add tarLongFileMode = posix in assembly plugin configurations
    
    ### Result
    
    The build passes on linux with an huge uid
---
 pulsar-sql/presto-distribution/pom.xml  | 1 +
 pulsar-sql/presto-pulsar-plugin/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pulsar-sql/presto-distribution/pom.xml 
b/pulsar-sql/presto-distribution/pom.xml
index e66d87c..9f65697 100644
--- a/pulsar-sql/presto-distribution/pom.xml
+++ b/pulsar-sql/presto-distribution/pom.xml
@@ -182,6 +182,7 @@
                 <configuration>
                     <appendAssemblyId>false</appendAssemblyId>
                     <attach>true</attach>
+                    <tarLongFileMode>posix</tarLongFileMode>
                     <descriptors>
                         <descriptor>src/assembly/assembly.xml</descriptor>
                     </descriptors>
diff --git a/pulsar-sql/presto-pulsar-plugin/pom.xml 
b/pulsar-sql/presto-pulsar-plugin/pom.xml
index 1791992..370495d 100644
--- a/pulsar-sql/presto-pulsar-plugin/pom.xml
+++ b/pulsar-sql/presto-pulsar-plugin/pom.xml
@@ -53,6 +53,7 @@
                 <configuration>
                     <appendAssemblyId>false</appendAssemblyId>
                     <attach>true</attach>
+                    <tarLongFileMode>posix</tarLongFileMode>
                     <descriptors>
                         <descriptor>src/assembly/assembly.xml</descriptor>
                     </descriptors>

Reply via email to