Skip to content

Commit

Permalink
add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Jun 1, 2024
1 parent ac28f1f commit be654cc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,9 @@ private[deploy] class SparkSubmitArguments(args: Seq[String], env: Map[String, S
| --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.
| even if --properties-file is specified. Configurations specified
| in --properties-file will take precedence over those in
| conf/spark-defaults.conf.
|
| --driver-memory MEM Memory for driver (e.g. 1000M, 2G) (Default: ${mem_mb}M).
| --driver-java-options Extra Java options to pass to the driver.
Expand Down

0 comments on commit be654cc

Please sign in to comment.