From eddb8d2c7ea7ee6e325e8d8a317c0c36a0fc6554 Mon Sep 17 00:00:00 2001 From: Manu Zhang Date: Thu, 26 Mar 2026 18:16:13 +0800 Subject: [PATCH 1/2] Fix link to pyspark-notebook repository --- awesome-spark-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-spark-docker.md b/awesome-spark-docker.md index c7bb840..e3e2def 100644 --- a/awesome-spark-docker.md +++ b/awesome-spark-docker.md @@ -1,6 +1,6 @@ A curated list of awesome Apache Spark Docker resources. -- [jupyter/docker-stacks/pyspark-notebook](https://github.com/jupyter/docker-stacks/tree/master/pyspark-notebook) - PySpark with Jupyter Notebook. +- [jupyter/docker-stacks/pyspark-notebook](https://github.com/jupyter/docker-stacks/tree/main/images/pyspark-notebook) - PySpark with Jupyter Notebook. - [big-data-europe/docker-spark](https://github.com/big-data-europe/docker-spark) - The standalone cluster and spark applications related Dockerfiles. - [openeuler/spark](https://github.com/openeuler-mirror/openeuler-docker-images/tree/master/spark) - Dockerfile reference for dnf/yum based OS. - [GoogleCloudPlatform/spark-on-k8s-operator](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator) - Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes. From 7d31913cd4afd949ad113ec5f32b6048e914b9d0 Mon Sep 17 00:00:00 2001 From: Manu Zhang Date: Thu, 26 Mar 2026 18:23:25 +0800 Subject: [PATCH 2/2] Fix openeuler/spark link in awesome-spark-docker.md --- awesome-spark-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-spark-docker.md b/awesome-spark-docker.md index e3e2def..2653307 100644 --- a/awesome-spark-docker.md +++ b/awesome-spark-docker.md @@ -2,6 +2,6 @@ A curated list of awesome Apache Spark Docker resources. - [jupyter/docker-stacks/pyspark-notebook](https://github.com/jupyter/docker-stacks/tree/main/images/pyspark-notebook) - PySpark with Jupyter Notebook. - [big-data-europe/docker-spark](https://github.com/big-data-europe/docker-spark) - The standalone cluster and spark applications related Dockerfiles. -- [openeuler/spark](https://github.com/openeuler-mirror/openeuler-docker-images/tree/master/spark) - Dockerfile reference for dnf/yum based OS. +- [openeuler/spark](https://github.com/openeuler-mirror/openeuler-docker-images/tree/master/Bigdata/spark) - Dockerfile reference for dnf/yum based OS. - [GoogleCloudPlatform/spark-on-k8s-operator](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator) - Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.