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

    https://github.com/apache/spark/pull/20037#discussion_r158090484
  
    --- 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 --
    
    The reason why I am putting `classifier` at the end. I am just following 
the [default artifact 
partern](https://github.com/apache/ant-ivy/blob/12aeeec70feae05a87a5adfe7b9c2c63744be37f/src/java/org/apache/ivy/core/cache/DefaultRepositoryCacheManager.java#L83)
 in the Apache IVY.
    



---

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

Reply via email to