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

    https://github.com/apache/spark/pull/21466#discussion_r192028294
  
    --- Diff: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/YARNHadoopDelegationTokenManager.scala
 ---
    @@ -44,6 +44,8 @@ private[yarn] class YARNHadoopDelegationTokenManager(
     
       // public for testing
       val credentialProviders = getCredentialProviders
    +  logDebug(s"Using the following YARN-specific credential providers: " +
    +    s"${credentialProviders.keys.mkString(", ")}.")
    --- End diff --
    
    I think usually this will be empty, we should only output this log when 
there is credential provider loaded in.


---

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

Reply via email to