Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Missed a closing paren
  • Loading branch information
samvantran committed Jun 22, 2018
commit ddade059820b58d9dddd5bff5ac56e5ddc965a3e
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ private[spark] class MesosClusterScheduler(
.filter { case (key, _) => !replicatedOptionsBlacklist.contains(key) }
.toMap
(defaultConf ++ driverConf).foreach { case (key, value) =>
options ++= Seq("--conf", s"$key=${shellEscape(value)}" }
options ++= Seq("--conf", s"$key=${shellEscape(value)}") }

options
}
Expand Down