yihua commented on code in PR #17732:
URL: https://github.com/apache/hudi/pull/17732#discussion_r2651858119
##########
.github/workflows/bot.yml:
##########
@@ -1174,7 +1174,7 @@ jobs:
SCALA_PROFILE: '-Dscala-2.12 -Dscala.binary.version=2.12'
run: |
echo "Downloading $SPARK_ARCHIVE"
- curl https://archive.apache.org/dist/spark/$SPARK_ARCHIVE
--create-dirs -o $GITHUB_WORKSPACE/$SPARK_ARCHIVE
+ curl --retry 5 https://archive.apache.org/dist/spark/$SPARK_ARCHIVE
--create-dirs -o $GITHUB_WORKSPACE/$SPARK_ARCHIVE
Review Comment:
Should we consider using `https://downloads.apache.org/spark/` for latest
spark versions which provides faster download and fall back to
`archive.apache.org` only if the version does not exist on
`downloads.apache.org`?
--
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]