Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/21466#discussion_r192030025
--- 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 --
Sure.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]