panbingkun commented on code in PR #49159:
URL: https://github.com/apache/spark/pull/49159#discussion_r1890016828
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/SparkKubernetesClientFactory.scala:
##########
@@ -78,10 +74,6 @@ object SparkKubernetesClientFactory extends Logging {
.getOption(s"$kubernetesAuthConfPrefix.$CLIENT_KEY_FILE_CONF_SUFFIX")
val clientCertFile = sparkConf
.getOption(s"$kubernetesAuthConfPrefix.$CLIENT_CERT_FILE_CONF_SUFFIX")
- // TODO(SPARK-37687): clean up direct usage of OkHttpClient, see also:
Review Comment:
After this pr, I think [Cleanup direct usage of
OkHttpClient](https://issues.apache.org/jira/browse/SPARK-37687) can also be
closed.
--
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]