yaooqinn commented on a change in pull request #32701:
URL: https://github.com/apache/spark/pull/32701#discussion_r641906809



##########
File path: docs/submitting-applications.md
##########
@@ -146,7 +146,7 @@ export HADOOP_CONF_DIR=XXX
 ./bin/spark-submit \
   --class org.apache.spark.examples.SparkPi \
   --master k8s://xx.yy.zz.ww:443 \
-  --deploy-mode cluster \
+  --deploy-mode cluster \  # can be client for client mode

Review comment:
       Is it ture for L145 `#Run on a Kubernetes cluster in cluster deploy mode`

##########
File path: docs/submitting-applications.md
##########
@@ -146,7 +146,7 @@ export HADOOP_CONF_DIR=XXX
 ./bin/spark-submit \
   --class org.apache.spark.examples.SparkPi \
   --master k8s://xx.yy.zz.ww:443 \
-  --deploy-mode cluster \
+  --deploy-mode cluster \  # can be client for client mode

Review comment:
       Is it ture for L145 `#Run on a Kubernetes cluster in cluster deploy 
mode`?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to