From 23941da6a014bb55de8ba460918bb2d59fb8d71a Mon Sep 17 00:00:00 2001 From: Vara Bonthu Date: Sat, 16 Dec 2023 18:51:19 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 88abaa7..5d4b40c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Spark History Server is a Web user interface to monitor the metrics and performa 🚀 [Spark History Server](https://spark.apache.org/docs/latest/monitoring.html#spark-history-server-configuration-options) configured to read [Spark Event Logs](https://spark.apache.org/docs/latest/monitoring.html#applying-compaction-on-rolling-event-log-files) from [Amazon S3](https://aws.amazon.com/s3/) buckets with this Helm chart using IRSA. -🚀 Check out the [instructions](https://github.com/Hyper-Mesh/spark-history-server/tree/main/docker) to run Spark WebUI using a local [Docker](https://www.docker.com/) container. +🚀 Check out the [instructions](https://github.com/kubedai/spark-history-server/tree/main/docker) to run Spark WebUI using a local [Docker](https://www.docker.com/) container. ## Prerequisites :white_check_mark: Kubernetes 1.19+ @@ -42,11 +42,11 @@ sparkHistoryOpts: "-Dspark.history.fs.logDirectory=s3a:/// ``` ## Get Repo Info - helm repo add hyper-mesh https://hyper-mesh.github.io/spark-history-server + helm repo add kubedai https://kubedai.github.io/spark-history-server helm repo update ## Install Chart - helm install spark-history-server hyper-mesh/spark-history-server --namespace spark-history-server + helm install spark-history-server kubedai/spark-history-server --namespace spark-history-server ## Uninstall Chart helm uninstall spark-history-server --namespace spark-history-server @@ -72,13 +72,13 @@ Open any browser with and enter `http://localhost:18085/` to access Spark Web UI You should see the following home page

- example of Spark Web UI Homepage + example of Spark Web UI Homepage

Spark Web UI Executors page

- example of Spark Web UI Executors page + example of Spark Web UI Executors page

## Community