Github user zjffdu commented on the issue:

    https://github.com/apache/spark/pull/15669
  
    spark.files would still be passed to driver even in yarn-cluster if you 
check the following code. 
    
https://github.com/apache/spark/blob/7bf8a4049866b2ec7fdf0406b1ad0c3a12488645/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L609
    ```
        // Load any properties specified through --conf and the default 
properties file
        for ((k, v) <- args.sparkProperties) {
          sysProps.getOrElseUpdate(k, v)
        }
    ```


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to