Skip to content

Commit 6ced6b4

Browse files
committed
[SPARK-55475][BUILD] Disable Maven Parallel PUT
### What changes were proposed in this pull request? This PR aims to disable Maven Parallel PUT explicitly. ### Why are the changes needed? ASF Infra team recommended to disable Maven parallel PUT due to [Parallel PUT problem in repository.apache.org with Apache Maven 3.9.12](https://infra.apache.org/blog/parallelputissue.html). - apache/maven#11634 Since we are using Maven 3.9.12, we might be affected although we didn't hit the issue yet during `4.2.0-preview2`. - #53610 Although there are multiple ways to do this, I choose `Option (3)` from the ASF recommendation because it's easy to guarantee. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs and manually do the following. ``` $ mvn help:system | grep -E "nisse.compat.osDetector|aether.connector.basic.parallelPut" nisse.compat.osDetector=true aether.connector.basic.parallelPut=false ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes #54252 from dongjoon-hyun/SPARK-55475. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 4192135 commit 6ced6b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mvn/maven.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
-Dnisse.compat.osDetector
2+
-Daether.connector.basic.parallelPut=false

0 commit comments

Comments
 (0)