dongjoon-hyun commented on a change in pull request #23928:
[SPARK-27023][K8S]configurable k8s client timeouts
URL: https://github.com/apache/spark/pull/23928#discussion_r262298845
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
##########
@@ -86,6 +86,42 @@ private[spark] object Config extends Logging {
val CLIENT_CERT_FILE_CONF_SUFFIX = "clientCertFile"
val CA_CERT_FILE_CONF_SUFFIX = "caCertFile"
+ val SUBMISSION_CLIENT_REQUEST_TIMEOUT =
+
ConfigBuilder(s"spark.kubernetes.kubernetesClient.submission.requestTimeout")
Review comment:
`s"` -> `"` since there is no variable in the string.
----------------------------------------------------------------
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.
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]