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

    https://github.com/apache/spark/pull/19437#discussion_r144680213
  
    --- 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 --
    
    I'd almost prefer that we don't add any features to fine-grained right now. 
As we have virtually no test coverage on whether or not this will work. 


---

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

Reply via email to