Skip to content

Commit e3e486a

Browse files
remove the comma
1 parent 1262d57 commit e3e486a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private[spark] class YarnClientSchedulerBackend(
7676
("--executor-memory", "SPARK_EXECUTOR_MEMORY", "spark.executor.memory"),
7777
("--executor-cores", "SPARK_WORKER_CORES", "spark.executor.cores"),
7878
("--executor-cores", "SPARK_EXECUTOR_CORES", "spark.executor.cores"),
79-
("--queue", "SPARK_YARN_QUEUE", "spark.yarn.queue"),
79+
("--queue", "SPARK_YARN_QUEUE", "spark.yarn.queue")
8080
)
8181
// Warn against the following deprecated environment variables: env var -> suggestion
8282
val deprecatedEnvVars = Map(

0 commit comments

Comments
 (0)