Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,9 @@ private[spark] class MesosClusterScheduler(
"--driver-memory", s"${desc.mem}M")

val replicatedOptionsBlacklist = Set(
"spark.jars" // Avoids duplicate classes in classpath
"spark.jars", // Avoids duplicate classes in classpath
"spark.submit.deployMode", // this would be set to `cluster`, but we need client
"spark.master" // this contains the address of the dispatcher, not master
)

// Assume empty main class means we're running python
Expand Down