Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9138#discussion_r42303945
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedClusterMessage.scala
 ---
    @@ -36,9 +36,13 @@ private[spark] object CoarseGrainedClusterMessages {
       case class KillTask(taskId: Long, executor: String, interruptThread: 
Boolean)
         extends CoarseGrainedClusterMessage
     
    -  case object RegisteredExecutor extends CoarseGrainedClusterMessage
    +  sealed trait RegisterExecutorResponse
    +
    +  case class RegisteredExecutor() extends CoarseGrainedClusterMessage
    --- End diff --
    
    because it needs to extend the trait, and it didn't work when I did not 
make that change. (I also have a change built on top of this one where I'll 
have to add a parameter to this message.)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to