Skip to content

Commit 02c4e49

Browse files
add comment
1 parent 32a3f3f commit 02c4e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ object SparkSubmit {
279279
sysProps.getOrElseUpdate(k, v)
280280
}
281281

282+
// Ignore invalid spark.driver.host in cluster modes.
282283
if (deployMode == CLUSTER) {
283284
sysProps -= ("spark.driver.host")
284285
}

0 commit comments

Comments
 (0)