HyukjinKwon opened a new pull request, #54217:
URL: https://github.com/apache/spark/pull/54217

   ### What changes were proposed in this pull request?
   
   ```
   + OLD_VERSION=4.2.0-preview1
   + [[ -n 4.2.0-preview1 ]]
   + echo 'Removing old version: spark-4.2.0-preview1'
   Removing old version: spark-4.2.0-preview1
   + svn rm 
https://dist.apache.org/repos/dist/release/spark/spark-4.2.0-preview1 -m 
'Remove older 4.2 release after 4.2.0-preview2'
   svn: E215004: Authentication failed and interactive prompting is disabled; 
see the --force-interactive option
   svn: E215004: No more credentials or we tried too many times.
   Authentication failed
   ```
   
   We need to set password and username.
   
   
   ### Why are the changes needed?
   
   Add username and password at svn with rm at finalize step
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   Manually tested.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to