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_r262597396
########## File path: docs/running-on-kubernetes.md ########## @@ -990,6 +990,34 @@ See the [configuration page](configuration.html) for information on Spark config Specify whether executor pods should be deleted in case of failure or normal termination. </td> </tr> +<tr> + <td><code>spark.kubernetes.submission.connectionTimeout</code></td> + <td>10000</td> Review comment: The default seems to be here. (Maybe, does it come from `okhttp` originally) ? - https://github.com/fabric8io/kubernetes-client/blob/master/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/Config.java#L158-L159 ``` private int connectionTimeout = 10 * 1000; private int requestTimeout = 10 * 1000; ``` ---------------------------------------------------------------- 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]
