Skip to content
Snippets Groups Projects
Commit ffc034e4 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Import cleanup

parent 89da9d94
No related branches found
No related tags found
No related merge requests found
......@@ -17,19 +17,20 @@
package spark.deploy.master.ui
import javax.servlet.http.HttpServletRequest
import scala.xml.Node
import akka.dispatch.Await
import akka.pattern.ask
import akka.util.duration._
import javax.servlet.http.HttpServletRequest
import scala.xml.Node
import net.liftweb.json.JsonAST.JValue
import spark.deploy.{JsonProtocol, RequestMasterState, DeployWebUI, MasterState}
import spark.Utils
import spark.ui.UIUtils
import spark.deploy.master.{ApplicationInfo, WorkerInfo}
import net.liftweb.json.JsonAST.JValue
private[spark] class IndexPage(parent: MasterWebUI) {
val master = parent.master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment