ulysses-you commented on a change in pull request #32009:
URL: https://github.com/apache/spark/pull/32009#discussion_r604826491



##########
File path: 
core/src/main/scala/org/apache/spark/scheduler/local/LocalSchedulerBackend.scala
##########
@@ -76,6 +81,9 @@ private[spark] class LocalEndpoint(
 
     case KillTask(taskId, interruptThread, reason) =>
       executor.killTask(taskId, interruptThread, reason)
+
+    case UpdateDelegationTokens(tokens) =>

Review comment:
       I thought about this, and seems it's the most easily approach to leave 
it here, since the `HadoopDelegationTokenManager `  would renew token through 
endpoint.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to