Skip to content
Snippets Groups Projects
Commit f95a2be0 authored by Kay Ousterhout's avatar Kay Ousterhout
Browse files

Fixed build error after merging in master

parent acc7638f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ private[spark] object CoarseGrainedClusterMessages {
// Driver to executors
case class LaunchTask(task: TaskDescription) extends CoarseGrainedClusterMessage
case class KillTask(taskId: Long, executor: String) extends StandaloneClusterMessage
case class KillTask(taskId: Long, executor: String) extends CoarseGrainedClusterMessage
case class RegisteredExecutor(sparkProperties: Seq[(String, String)])
extends CoarseGrainedClusterMessage
......
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