We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev/Dockerfile
We had issues with downloading spark for the integration test docker image.
archive.apache.org
archive
dlcdn.apache.org
The issue comes from the need to download spark from an URL.
Since dev/Dockerfile is building a spark docker image with some extra configs. I was wondering if we can use the dockerhub spark image as the base and configure it.
The text was updated successfully, but these errors were encountered:
possibly reuse for rust as well apache/iceberg-rust#894 (comment)
Sorry, something went wrong.
No branches or pull requests
Feature Request / Improvement
We had issues with downloading spark for the integration test docker image.
archive.apache.org
may be unstable sometimes (docker: Thearchive
seems unstable #1425)dlcdn.apache.org
breaks the script and force us to upgrade whenever there's a new release ([infra] download Spark fromarchive.apache.org
#1523)The issue comes from the need to download spark from an URL.
Since
dev/Dockerfile
is building a spark docker image with some extra configs.I was wondering if we can use the dockerhub spark image as the base and configure it.
The text was updated successfully, but these errors were encountered: