Skip to content

Commit be654cc

Browse files
committed
add more comments
1 parent ac28f1f commit be654cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,9 @@ private[deploy] class SparkSubmitArguments(args: Seq[String], env: Map[String, S
544544
| --properties-file FILE Path to a file from which to load extra properties. If not
545545
| specified, this will look for conf/spark-defaults.conf.
546546
| --load-spark-defaults Whether to load properties from conf/spark-defaults.conf,
547-
| even if --properties-file is specified.
547+
| even if --properties-file is specified. Configurations specified
548+
| in --properties-file will take precedence over those in
549+
| conf/spark-defaults.conf.
548550
|
549551
| --driver-memory MEM Memory for driver (e.g. 1000M, 2G) (Default: ${mem_mb}M).
550552
| --driver-java-options Extra Java options to pass to the driver.

0 commit comments

Comments
 (0)