From 82f3ae56d9a36674e6dc19ee8f42b0891501cca8 Mon Sep 17 00:00:00 2001 From: Chao Sun Date: Sat, 1 Jun 2024 09:59:49 -0700 Subject: [PATCH] add more comments --- .../scala/org/apache/spark/deploy/SparkSubmitArguments.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala index ee624c6fddd36..32dd2f81bbc82 100644 --- a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala +++ b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala @@ -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.