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_r263063453
 
 

 ##########
 File path: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/SparkKubernetesClientFactory.scala
 ##########
 @@ -111,4 +115,21 @@ private[spark] object SparkKubernetesClientFactory 
extends Logging {
       }.getOrElse(configBuilder)
     }
   }
+
+  object ClientType extends Enumeration {
+    import scala.language.implicitConversions
+    import Config._
 
 Review comment:
   Shall we remove this redundant `import Config._`?

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

Reply via email to