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

    https://github.com/apache/spark/pull/7089#discussion_r48931472
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -922,6 +922,15 @@ private[spark] object SparkSubmitUtils {
     
             // A Module descriptor must be specified. Entries are dummy strings
             val md = getModuleDescriptor
    +        // clear ivy resolution from previous launches. The resolution 
file is usually at
    +        // ~/.ivy2/org.apache.spark-spark-submit-parent-default.xml. In 
between runs, this file
    --- End diff --
    
    Hi Josh, I believe the filename comes from the combination of these lines:
    
https://github.com/apache/spark/blob/d1fea41363c175a67b97cb7b3fe89f9043708739/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L979
    and 
    
https://github.com/apache/spark/blob/d1fea41363c175a67b97cb7b3fe89f9043708739/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L1005
    
    Therefore it should always be the same.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to