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

    https://github.com/apache/spark/pull/20037#discussion_r163463718
  
    --- 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 --
    
    I tried it today. Somehow, I only got the test jar downloaded. Have you 
guys seen this issue?


---

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

Reply via email to