Skip to content

Commit c7ac7cb

Browse files
authored
Merge pull request #76 from islinwb/deux
Update staging/spark/README.md
2 parents 60dfae2 + 544c4b1 commit c7ac7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

staging/spark/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The PySpark examples are taken from http://stackoverflow.com/questions/4114167/c
2323
This example assumes
2424

2525
- You have a Kubernetes cluster installed and running.
26-
- That you have installed the ```kubectl``` command line tool installed in your path and configured to talk to your Kubernetes cluster
26+
- That you have the ```kubectl``` command line tool installed in your path and configured to talk to your Kubernetes cluster
2727
- That your Kubernetes cluster is running [kube-dns](https://github.com/kubernetes/dns) or an equivalent integration.
2828

2929
Optionally, your Kubernetes cluster should be configured with a Loadbalancer integration (automatically configured via kube-up or GKE)
@@ -111,7 +111,7 @@ Spark Command: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -cp /opt/spark-1.5
111111
15/10/27 21:25:07 INFO Master: I have been elected leader! New state: ALIVE
112112
```
113113

114-
Once the master is started, we'll want to check the Spark WebUI. In order to access the Spark WebUI, we will deploy a [specialized proxy](https://github.com/aseigneurin/spark-ui-proxy). This proxy is neccessary to access worker logs from the Spark UI.
114+
Once the master is started, we'll want to check the Spark WebUI. In order to access the Spark WebUI, we will deploy a [specialized proxy](https://github.com/aseigneurin/spark-ui-proxy). This proxy is necessary to access worker logs from the Spark UI.
115115

116116
Deploy the proxy controller with [`examples/staging/spark/spark-ui-proxy-controller.yaml`](spark-ui-proxy-controller.yaml):
117117

0 commit comments

Comments
 (0)