haodemon commented on a change in pull request #33675:
URL: https://github.com/apache/spark/pull/33675#discussion_r684768944



##########
File path: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
##########
@@ -147,6 +147,15 @@ private[spark] object Config extends Logging {
   val CLIENT_CERT_FILE_CONF_SUFFIX = "clientCertFile"
   val CA_CERT_FILE_CONF_SUFFIX = "caCertFile"
 
+
+  val KUBERNETES_CLIENT_OAUTH_TOKEN_PROVIDER =
+    ConfigBuilder("spark.kubernetes.client.oauth.token.provider.class")
+      .doc("A class that implements fabric's OAuthTokenProvider interface to " 
+
+        "provide a token refresh for long running jobs.")
+      .version("3.1.3")

Review comment:
       Thank you for the review. Changed to 3.3.0




-- 
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]

Reply via email to