From a7b2c5783c2df46a7d7032fdec3c2bae82b65727 Mon Sep 17 00:00:00 2001 From: Adrian Ursu Date: Mon, 16 May 2016 14:06:07 +0100 Subject: [PATCH] Fixed namespace name to spark-cluster --- 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 391ac94a55f..9ebd0bde993 100644 --- a/examples/spark/README.md +++ b/examples/spark/README.md @@ -156,7 +156,7 @@ kubectl proxy --port=8001 ``` At which point the 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/). ## Step Three: Start your Spark workers