Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/19678#discussion_r149275806
--- Diff: core/src/main/scala/org/apache/spark/ui/exec/ExecutorsTab.scala
---
@@ -17,192 +17,46 @@
package org.apache.spark.ui.exec
-import scala.collection.mutable.{LinkedHashMap, ListBuffer}
+import javax.servlet.http.HttpServletRequest
+
+import scala.xml.Node
import org.apache.spark.{Resubmitted, SparkConf, SparkContext}
-import org.apache.spark.annotation.DeveloperApi
import org.apache.spark.scheduler._
--- End diff --
nit: I think more of these imports can be deleted
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]