Skip to content

Commit

Permalink
Issue 3247: Build error on linux if userid is an huge number (apache#…
Browse files Browse the repository at this point in the history
…3248)

### Motivation

Fix build error reported in apache#3247 

### Modifications

Add tarLongFileMode = posix in assembly plugin configurations

### Result

The build passes on linux with an huge uid
  • Loading branch information
eolivelli authored and sijie committed Dec 24, 2018
1 parent c3a7d6a commit a43ae4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pulsar-sql/presto-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<attach>true</attach>
<tarLongFileMode>posix</tarLongFileMode>
<descriptors>
<descriptor>src/assembly/assembly.xml</descriptor>
</descriptors>
Expand Down
1 change: 1 addition & 0 deletions pulsar-sql/presto-pulsar-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<attach>true</attach>
<tarLongFileMode>posix</tarLongFileMode>
<descriptors>
<descriptor>src/assembly/assembly.xml</descriptor>
</descriptors>
Expand Down

0 comments on commit a43ae4d

Please sign in to comment.