From ca24ee02aa5a4231b2b0f412e4cb3014d06b83ec Mon Sep 17 00:00:00 2001 From: Adrian Ursu Date: Mon, 16 May 2016 14:32:33 +0100 Subject: [PATCH] Update README.md --- examples/spark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spark/README.md b/examples/spark/README.md index 9ebd0bde993..6b0d9222b65 100644 --- a/examples/spark/README.md +++ b/examples/spark/README.md @@ -294,7 +294,7 @@ kubectl get pods -lcomponent=zeppelin # Get the driver pod to interact with. ``` At which point the Master UI will be available at -[http://localhost:8001/api/v1/proxy/namespaces/default/services/spark-webui/](http://localhost:8001/api/v1/proxy/namespaces/default/services/spark-webui/). +[http://localhost:8001/api/v1/proxy/namespaces/spark-cluster/services/spark-webui/](http://localhost:8001/api/v1/proxy/namespaces/default/services/spark-webui/). You can either interact with the Spark cluster the traditional `spark-shell` / `spark-subsubmit` / `pyspark` commands by using `kubectl exec` against the