Fixed namespace name to spark-cluster

This commit is contained in:
Adrian Ursu 2016-05-16 14:06:07 +01:00
parent 8d90427c34
commit a7b2c5783c

View File

@ -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