xumanbu commented on code in PR #53845:
URL: https://github.com/apache/spark/pull/53845#discussion_r2720904495
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1579,6 +1579,18 @@ 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 " +
+ "driver local disk prior to be distributed to executors, only for
kubernetes deployment. " +
+ "For use in cases when the archives are big and executor counts are
high, " +
+ "concurrent download causes network saturation and timeouts. " +
+ "Wildcard '*' is denoted to not downloading archives for any the
schemes.")
+ .version("4.0.0")
Review Comment:
fixed.
--
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]