dongjoon-hyun commented on a change in pull request #23928: [SPARK-27023][K8S]
Make k8s client timeouts configurable
URL: https://github.com/apache/spark/pull/23928#discussion_r262678155
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/KubernetesClusterManager.scala
##########
@@ -65,6 +68,7 @@ private[spark] class KubernetesClusterManager extends
ExternalClusterManager wit
apiServerUri,
Some(sc.conf.get(KUBERNETES_NAMESPACE)),
authConfPrefix,
+ clientType,
Review comment:
This is more consistent with `KubernetesClientApplication.scala`. In this
file, `clientType` is always `Driver`.
----------------------------------------------------------------
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]