liyinan926 commented on a change in pull request #23546: [SPARK-23153][K8s]
Support client dependencies with a HCFS
URL: https://github.com/apache/spark/pull/23546#discussion_r249115818
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
##########
@@ -289,6 +289,12 @@ private[spark] object Config extends Logging {
.booleanConf
.createWithDefault(true)
+ val KUBERNETES_FILE_UPLOAD_PATH =
+ ConfigBuilder("spark.kubernetes.file.upload.path")
+ .doc("HCFS path to upload files to, using the client scheme:// in
cluster mode.")
Review comment:
`HCFS path where files with the client:// scheme will be uploded to in
cluster mode.`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]