gaborgsomogyi opened a new pull request #23686: [SPARK-26772][YARN] YARNHadoopDelegationTokenManager loads ServiceCredentialProviders independently URL: https://github.com/apache/spark/pull/23686 ## What changes were proposed in this pull request? `YARNHadoopDelegationTokenManager` now loads `ServiceCredentialProvider`s in one steps. The drawback of this if one provider fails all others are not loaded. In this PR I've added the possibility to load them independently by default. ## How was this patch tested? Existing + added unit tests.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
