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

    https://github.com/apache/spark/pull/20037#discussion_r158097751
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -1271,7 +1271,7 @@ private[spark] object SparkSubmitUtils {
             // retrieve all resolved dependencies
             ivy.retrieve(rr.getModuleDescriptor.getModuleRevisionId,
               packagesDirectory.getAbsolutePath + File.separator +
    -            "[organization]_[artifact]-[revision].[ext]",
    +            "[organization]_[artifact]-[revision](-[classifier]).[ext]",
    --- End diff --
    
    FWIW this looks fine; I needed a similar change as part of 
https://github.com/srowen/spark/commit/41267020701be4877be352e1678113bd9870ec12 
    It's possible you may need some other changes from that WIP commit; not 
sure.


---

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

Reply via email to