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

    https://github.com/apache/spark/pull/21378#discussion_r191271894
  
    --- Diff: 
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala
 ---
    @@ -418,17 +417,34 @@ private[spark] class MesosClusterScheduler(
         envBuilder.build()
       }
     
    +  private def isContainerLocalAppJar(desc: MesosDriverDescription): 
Boolean = {
    +    val isLocalJar = desc.jarUrl.startsWith("local://")
    +    val isContainerLocal = 
desc.conf.getOption("spark.mesos.appJar.local.resolution.mode").exists {
    --- End diff --
    
    interesting! 


---

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

Reply via email to