Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 679b5c7

Browse files
committed
Update to --name
1 parent 9594462 commit 679b5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-on-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ To launch Spark Pi in cluster mode,
7373
$ bin/spark-submit \
7474
--master k8s://https://<k8s-apiserver-host>:<k8s-apiserver-port> \
7575
--deploy-mode cluster \
76+
--name spark-pi \
7677
--class org.apache.spark.examples.SparkPi \
7778
--conf spark.executor.instances=5 \
78-
--conf spark.app.name=spark-pi \
7979
--conf spark.kubernetes.driver.docker.image=<driver-image> \
8080
--conf spark.kubernetes.executor.docker.image=<executor-image> \
8181
local:///path/to/examples.jar

0 commit comments

Comments
 (0)