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

    https://github.com/apache/spark/pull/19437#discussion_r145079127
  
    --- Diff: 
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosFineGrainedSchedulerBackend.scala
 ---
    @@ -159,7 +160,8 @@ private[spark] class MesosFineGrainedSchedulerBackend(
           .setCommand(command)
           .setData(ByteString.copyFrom(createExecArg()))
     
    -    
executorInfo.setContainer(MesosSchedulerBackendUtil.containerInfo(sc.conf))
    +    executorInfo.setContainer(
    --- End diff --
    
    +1 There is a PR for removing it already waiting for spark 3.0. Let's to 
give users the wrong impression that we maintain it.


---

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

Reply via email to