Feature Request / Improvement
We had issues with downloading spark for the integration test docker image.
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.
Feature Request / Improvement
We had issues with downloading spark for the integration test docker image.
archive.apache.orgmay be unstable sometimes (docker: Thearchiveseems unstable #1425)dlcdn.apache.orgbreaks 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/Dockerfileis 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.