JahstreetOrg / spark-on-kubernetes-helm

Spark on Kubernetes infrastructure Helm charts repo
Apache License 2.0
198 stars 76 forks source link

Missing spark history server docker image for Spark 3.0.1 #48

Closed MBtech closed 3 years ago

MBtech commented 3 years ago

The YAML file spark-on-kubernetes-helm/charts/spark-cluster/values.yaml uses the image with tag 3.0.1_2.12-hadoop_3.2.0_cloud but that image is not present in the docker hub repo. Latest image there is with tag 3.0.0_2.12-hadoop_3.2.0_cloud.

I think you probably forgot to push the docker image after building it.

jahstreet commented 3 years ago

Indeed, apologize 🤦 . BTW it lives here: https://github.com/JahstreetOrg/spark-history-server-docker/tree/spark-3.0.0 . Will push today.

jahstreet commented 3 years ago

Done.

MBtech commented 3 years ago

Indeed, apologize 🤦 . BTW it lives here: https://github.com/JahstreetOrg/spark-history-server-docker/tree/spark-3.0.0 . Will push today.

Yeah just wanted to let you know.