fix proxy url

fix proxy url
This commit is contained in:
Mulloy Morrow 2016-07-08 13:30:08 -07:00 committed by GitHub
parent 76b7712686
commit 577645cdbd
1 changed files with 1 additions and 1 deletions

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/spark-cluster/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/spark-cluster/services/spark-webui/).
## Step Three: Start your Spark workers