Github user harishreedharan commented on the pull request:

    https://github.com/apache/spark/pull/4688#issuecomment-97212368
  
    It looks like tokens can be renewed only if the user is logged in via 
Kerberos, which is not the case for executors. So this method to calculate 
renewal intervals on the executor is failing. How about figuring out the 
renewal interval in `Client.scala` and then using `sparkConf` to pass it 
around? This way, we don't have to find it out on each executor.


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