Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs525-sp18-g07
spark
Commits
2e914d99
Commit
2e914d99
authored
12 years ago
by
Matei Zaharia
Browse files
Options
Downloads
Patches
Plain Diff
Formatting
parent
3548c9c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/src/main/scala/spark/deploy/master/MasterWebUI.scala
+3
-2
3 additions, 2 deletions
core/src/main/scala/spark/deploy/master/MasterWebUI.scala
core/src/main/scala/spark/deploy/worker/WorkerWebUI.scala
+3
-2
3 additions, 2 deletions
core/src/main/scala/spark/deploy/worker/WorkerWebUI.scala
with
6 additions
and
4 deletions
core/src/main/scala/spark/deploy/master/MasterWebUI.scala
+
3
−
2
View file @
2e914d99
...
...
@@ -8,11 +8,12 @@ import akka.util.duration._
import
cc.spray.Directives
import
cc.spray.directives._
import
cc.spray.typeconversion.TwirlSupport._
import
spark.deploy._
import
cc.spray.http.MediaTypes
import
JsonProtocol._
import
cc.spray.typeconversion.SprayJsonSupport._
import
spark.deploy._
import
spark.deploy.JsonProtocol._
private
[
spark
]
class
MasterWebUI
(
val
actorSystem
:
ActorSystem
,
master
:
ActorRef
)
extends
Directives
{
val
RESOURCE_DIR
=
"spark/deploy/master/webui"
...
...
This diff is collapsed.
Click to expand it.
core/src/main/scala/spark/deploy/worker/WorkerWebUI.scala
+
3
−
2
View file @
2e914d99
...
...
@@ -7,11 +7,12 @@ import akka.util.Timeout
import
akka.util.duration._
import
cc.spray.Directives
import
cc.spray.typeconversion.TwirlSupport._
import
spark.deploy.
{
JsonProtocol
,
WorkerState
,
RequestWorkerState
}
import
cc.spray.http.MediaTypes
import
JsonProtocol._
import
cc.spray.typeconversion.SprayJsonSupport._
import
spark.deploy.
{
WorkerState
,
RequestWorkerState
}
import
spark.deploy.JsonProtocol._
private
[
spark
]
class
WorkerWebUI
(
val
actorSystem
:
ActorSystem
,
worker
:
ActorRef
)
extends
Directives
{
val
RESOURCE_DIR
=
"spark/deploy/worker/webui"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment