Github user harishreedharan commented on the pull request:

    https://github.com/apache/spark/pull/7394#issuecomment-121339696
  
    In Client mode, the SparkContext would not know about the staging dir, 
because the stagingDir is set in SparkContext only after the scheduler backend 
is created. Changing the order of these things is something I don't want to 
mess with. For this reason, the `YarnClientSchedulerBackend` cannot actually 
start the `ExecutorDelegationTokenUpdater` there (since we'd need to know where 
the credential files are).
    
    I will change the direct initialization of `ExecutorDelegationTokenUpdater` 
to `SparkHadoopUtil.startExecutorDelegationTokenRenewer`


---
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