sunchao commented on code in PR #46782:
URL: https://github.com/apache/spark/pull/46782#discussion_r1623251242


##########
core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala:
##########
@@ -548,6 +543,8 @@ private[deploy] class SparkSubmitArguments(args: 
Seq[String], env: Map[String, S
         |  --conf, -c PROP=VALUE       Arbitrary Spark configuration property.
         |  --properties-file FILE      Path to a file from which to load extra 
properties. If not
         |                              specified, this will look for 
conf/spark-defaults.conf.
+        |  --load-spark-defaults       Whether to load properties from 
conf/spark-defaults.conf,
+        |                              even if --properties-file is specified.

Review Comment:
   Good point. Added.



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

To unsubscribe, e-mail: [email protected]

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