xumanbu commented on code in PR #53845:
URL: https://github.com/apache/spark/pull/53845#discussion_r4022084923


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1632,6 +1632,19 @@ package object config {
       .toSequence
       .createWithDefault(Nil)
 
+  private[spark] val KUBERNETES_ARCHIVES_AVOID_DOWNLOAD_SCHEMES =
+    ConfigBuilder("spark.kubernetes.archives.avoidDownloadSchemes")
+      .doc("Comma-separated list of schemes for which archives will NOT be 
downloaded to the " +

Review Comment:
   Fixed in both places. The description now says that the driver still 
downloads the archives and
   extracts them into its working directory, that the option only decides the 
URI handed to the
   executors, and that it takes effect in kubernetes cluster mode only (driver 
inside the driver
   pod).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to