Github user skonto commented on a diff in the pull request:
https://github.com/apache/spark/pull/19272#discussion_r139635260
--- Diff:
core/src/main/scala/org/apache/spark/executor/CoarseGrainedExecutorBackend.scala
---
@@ -123,6 +125,8 @@ private[spark] class CoarseGrainedExecutorBackend(
executor.stop()
}
}.start()
+ case UpdateDelegationTokens(tokens) =>
--- End diff --
Let's add a message that this is received only in mesos case, since
CoarseGrainedExecutorBackend is used by both yarn and standalone.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]