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

    https://github.com/apache/spark/pull/13051#discussion_r71129217
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackendUtil.scala
 ---
    @@ -119,21 +122,25 @@ private[mesos] object MesosSchedulerBackendUtil 
extends Logging {
       }
     
       /**
    -   * Setup a docker containerizer
    +   * Setup a docker containerizer from MesosDriverDescription scheduler 
properties
        */
       def setupContainerBuilderDockerInfo(
         imageName: String,
    -    conf: SparkConf,
    +    conf: Map[String, String],
         builder: ContainerInfo.Builder): Unit = {
    +    val forcePullImage = conf
    --- End diff --
    
    Yeah, so as i already mentioned above, `MesosClusterScheduler` uses this 
method passing a `Map[String, String]` so if we want to keep reusing this 
method (which makes sense), we will have to go with the Strings.


---
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