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

Moving static ui package

parent 2cbaa073
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,6 @@ class MasterWebUI(val master: ActorRef, requestedPort: Option[Int] = None) exten
}
private[spark] object MasterWebUI {
val STATIC_RESOURCE_DIR = "spark/webui/static"
val STATIC_RESOURCE_DIR = "spark/ui/static"
val DEFAULT_PORT = "8080"
}
\ No newline at end of file
......@@ -69,6 +69,6 @@ class WorkerWebUI(val worker: ActorRef, val workDir: File, requestedPort: Option
}
private[spark] object WorkerWebUI {
val STATIC_RESOURCE_DIR = "spark/webui/static"
val STATIC_RESOURCE_DIR = "spark/ui/static"
val DEFAULT_PORT="8081"
}
......@@ -59,5 +59,5 @@ private[spark] class SparkUI(sc: SparkContext) extends Logging {
private[spark] object SparkUI {
val DEFAULT_PORT = "33000"
val STATIC_RESOURCE_DIR = "spark/webui/static"
val STATIC_RESOURCE_DIR = "spark/ui/static"
}
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