How to pull stackable spark docker image locally? #314
-
I have a bunch of dependency problems when running spark and including the spark-sql-kafka jar. I wanted to debug what the problem is, and for that I wanted to download the jars from stackable spark docker image from here: But when I do that I get an error:
How do I get it to pull? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @paulpaul1076!
We self-host our own container registry, the image is called e.g. You should be able to pull that image as follows
|
Beta Was this translation helpful? Give feedback.
Hi @paulpaul1076!
The error message seems to indicate that you are trying to pull from (the official) docker hub https://hub.docker.com/:
We self-host our own container registry, the image is called e.g.
docker.stackable.tech/stackable/spark-k8s:3.3.0-stackable23.7.0
.You should be able to pull that image as follows