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

    https://github.com/apache/spark/pull/23102#discussion_r235570156
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/DependencyUtils.scala 
---
    @@ -65,7 +65,7 @@ private[deploy] object DependencyUtils extends Logging {
           .map {
             resolveGlobPaths(_, hadoopConf)
               .split(",")
    -          .filterNot(_.contains(userJar.split("/").last))
    +          
.filterNot(_.contains(userJar.split(System.getProperty("file.separator")).last))
    --- End diff --
    
    +1


---

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

Reply via email to