Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error from vemonet/setup-spark@v1 : Request timeout: /dist/spark/spark-3.3.1/spark-3.3.1-bin-hadoop2.tgz #30

Open
lasiadhi opened this issue Dec 14, 2024 · 1 comment

Comments

@lasiadhi
Copy link

Hello,

I have used the vemonet/setup-spark@v1 to install and set up Spark v3.3.1 in GitHub Actions QA workflow for over a year. All of a sudden, my QA started to fail with the following error

/usr/bin/docker exec  4bb9752fac4c215c6696cf43e736fffcd5ce38bf7815d1d879970ed52e53fcfc sh -c "cat /etc/*release | grep ^ID"
18:11:04 - Spark will be installed to /__w/project
18:11:04 - Downloading Spark binary from https://archive.apache.org/dist/spark/spark-3.3.1/spark-3.3.1-bin-hadoop2.tgz to /__w/project
Request timeout: /dist/spark/spark-3.3.1/spark-3.3.1-bin-hadoop2.tgz
Waiting 20 seconds before trying again
Request timeout: /dist/spark/spark-3.3.1/spark-3.3.1-bin-hadoop2.tgz
Waiting [16](https://github.com/xx/xx/actions/runs/12332032960/job/34419370515#step:6:17) seconds before trying again
18:11:55 - Issue installing Spark: check if the Spark version and Hadoop versions you are using are part of the ones proposed on the Spark download page at https://spark.apache.org/downloads.html
Error: Error: Request timeout: /dist/spark/spark-3.3.1/spark-3.3.1-bin-hadoop2.tgz
Error: Request timeout: /dist/spark/spark-3.3.1/spark-3.3.1-bin-hadoop2.tgz

Even though the GitHub runners cannot download the Spark binary from the URL above, I can manually access it. Please let me know if you have any suggestions to solve this issue. Note that I cannot use different Spark versions at this point. Thanks!

@richox
Copy link

richox commented Jan 3, 2025

i meet the same issue when manually downloading spark from apache.org in github action runner. but retry works most of the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants