Github user marsishandsome commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9168#discussion_r42450902
  
    --- Diff: 
yarn/src/main/scala/org/apache/spark/deploy/yarn/AMDelegationTokenRenewer.scala 
---
    @@ -177,6 +177,7 @@ private[yarn] class AMDelegationTokenRenewer(
         })
         // Add the temp credentials back to the original ones.
         UserGroupInformation.getCurrentUser.addCredentials(tempCreds)
    +    SparkHadoopUtil.get.updateCurrentUserHDFSDelegationToken()
    --- End diff --
    
    In HA mode, there are three tokens:
    1. ha token
    2. namenode1 token
    3. namenode2 token
    
    Spark only update ha token.
    HAUtil.cloneDelegationTokenForLogicalUri will copy ha token to namenode 
token.


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