Github user themodernlife commented on the issue:

    https://github.com/apache/spark/pull/17530
  
    There is a spot in HadoopFSCredentialProvider where it looks for a Hadoop 
config key related to yarn to set the token renewer. 
    
    In getTokenRenewer it calls Master.getMasterPrincipal(conf) which will need 
some yarn configuration set for things to succeed. 
    
    Right now the PR doesn't set that, so it needs to be set under the user's 
HADOOP_CONF even though it had no real effect. That probably should be changed. 
    
    Didn't have a chance to dig into the ticket you linked to but will try to 
have a look and compare notes. If anything comes to mind will comment there. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to