From b9651c825d58c2b6a308381937ce61ef96aed761 Mon Sep 17 00:00:00 2001 From: James Yu Date: Sun, 26 May 2019 11:54:33 -0700 Subject: [PATCH] Update README.md fix typo: spark-subsubmit -> spark-submit --- staging/spark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/spark/README.md b/staging/spark/README.md index ff580970f..95c883057 100644 --- a/staging/spark/README.md +++ b/staging/spark/README.md @@ -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.