Github user jayv commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9752#discussion_r45244546
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala
 ---
    @@ -422,6 +422,37 @@ private[spark] class MesosClusterScheduler(
         desc.schedulerProperties.get("spark.cores.max").map { v =>
           options ++= Seq("--total-executor-cores", v)
         }
    +
    +    /**
    +      * The properties to pass along from Spark Submit to the Mesos 
Scheduler.
    +      * 
http://spark.apache.org/docs/1.5.1/configuration.html#available-properties
    +      */
    +    val propertiesToPropagate = Set(
    +      "spark.driver.extraClassPath",
    --- End diff --
    
    Agree on the maintenance burden and +1 for including all args minus 
`spark.jars` which causes class path issues.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to