[SPARK-55475][BUILD] Disable Maven Parallel PUT#54252
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-55475][BUILD] Disable Maven Parallel PUT#54252dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Conversation
5cc8f53 to
e7505bf
Compare
e7505bf to
2ab2103
Compare
Member
Author
Member
Author
|
All tests passed. |
HyukjinKwon
approved these changes
Feb 11, 2026
Member
Author
|
Thank you, @HyukjinKwon ! Merged to master. |
Contributor
|
late LGTM |
rpnkv
pushed a commit
to rpnkv/spark
that referenced
this pull request
Feb 18, 2026
### 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`. - apache#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 apache#54252 from dongjoon-hyun/SPARK-55475. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
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.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.
Was this patch authored or co-authored using generative AI tooling?
No.