dongjoon-hyun commented on a change in pull request #32701:
URL: https://github.com/apache/spark/pull/32701#discussion_r642007988



##########
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:
       @huskysun . Please revert this change. 
   As @yaooqinn mentioned, this is irrelevant. In addition, you cannot add `#` 
after `\` in `bash`, can you?




-- 
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