chandulal commented on a change in pull request #23990: [SPARK-27061][K8S]
Expose Driver UI port on driver service to access …
URL: https://github.com/apache/spark/pull/23990#discussion_r263980083
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/DriverServiceFeatureStep.scala
##########
@@ -23,6 +23,8 @@ import io.fabric8.kubernetes.api.model.{HasMetadata,
ServiceBuilder}
import org.apache.spark.deploy.k8s.{KubernetesDriverConf, KubernetesUtils,
SparkPod}
import org.apache.spark.deploy.k8s.Constants._
import org.apache.spark.internal.{config, Logging}
+import org.apache.spark.internal.config.UI._
+import org.apache.spark.ui.SparkUI
Review comment:
Removed unused imports and pushed.
----------------------------------------------------------------
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]