I want to build a spark 2.4 docker image.I follow the steps as per the link
The command that i run to build the image
./bin/docker-image-tool.sh -t spark2.4-imp build
Here is the output i get. Its stuck at that fetch forever
Any clue?
UPDATE:
Same is the issue when i execute the following command
docket build -t spark2.4-imp -f kubernetes/dockerfiles/spark/Dockerfile .