You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by vanzin <gi...@git.apache.org> on 2017/10/13 22:47:42 UTC

[GitHub] spark pull request #19385: [SPARK-11034] [LAUNCHER] [MESOS] Launcher: add su...

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

    https://github.com/apache/spark/pull/19385#discussion_r144671613
  
    --- Diff: resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala ---
    @@ -174,6 +182,9 @@ private[spark] class MesosCoarseGrainedSchedulerBackend(
       override def start() {
         super.start()
     
    +    if (sc.deployMode == "client") {
    +      launcherBackend.connect
    --- End diff --
    
    add `()` since this is not a property getter.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org