Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/11603#discussion_r55631095
--- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala ---
@@ -454,10 +478,16 @@ private[spark] class Client(
* (3) whether to add these resources to the classpath
*/
val cachedSecondaryJarLinks = ListBuffer.empty[String]
+ val files = sparkConf.get(FILES_TO_DISTRIBUTE).map(p =>
Utils.resolveURIs(p))
+ .orElse(sys.env.get("SPARK_YARN_DIST_FILES"))
--- End diff --
that would be ok, but I think you have already removed most of them, it
looks like there are only a couple left in this file so it might be just as
easy to do here.
---
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]