Skip to content

Commit 8f6d573

Browse files
gerashegalovsrowen
authored andcommitted
[SPARK-22875][BUILD] Assembly build fails for a high user id
## What changes were proposed in this pull request? Add tarLongFileMode=posix configuration for the assembly plugin ## How was this patch tested? Reran build successfully ``` ./build/mvn package -Pbigtop-dist -DskipTests -rf :spark-assembly_2.11 [INFO] Spark Project Assembly ............................. SUCCESS [ 23.082 s] ``` Author: Gera Shegalov <[email protected]> Closes #20055 from gerashegalov/gera/tarLongFileMode.
1 parent 5536f31 commit 8f6d573

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,6 +2295,9 @@
22952295
<groupId>org.apache.maven.plugins</groupId>
22962296
<artifactId>maven-assembly-plugin</artifactId>
22972297
<version>3.1.0</version>
2298+
<configuration>
2299+
<tarLongFileMode>posix</tarLongFileMode>
2300+
</configuration>
22982301
</plugin>
22992302
<plugin>
23002303
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)