Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo: spark-subsubmit -> spark-submit
  • Loading branch information
yuj authored May 26, 2019
1 parent 227f8e6 commit b9651c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ kubectl get svc -o wide # Get the Loadbalancer endpoints for spark-ui-proxy and
At which point the Master UI and Zeppelin will be available at the URLs under the `EXTERNAL-IP` field.

You can also interact with the Spark cluster using the traditional `spark-shell` /
`spark-subsubmit` / `pyspark` commands by using `kubectl exec` against the
`spark-submit` / `pyspark` commands by using `kubectl exec` against the
`zeppelin-controller` pod.

If your Kubernetes cluster does not have a Loadbalancer integration, use `kubectl proxy` and `kubectl port-forward` to access the Spark UI and Zeppelin.
Expand Down

0 comments on commit b9651c8

Please sign in to comment.