vanzin commented on issue #23686: [SPARK-26772][YARN] YARNHadoopDelegationTokenManager loads ServiceCredentialProviders independently URL: https://github.com/apache/spark/pull/23686#issuecomment-458761444 I'm starting to question whether we should keep this interface. It's in the yarn module, which means it's not considered public by Spark, which leads to issues (such as we don't check for compatibility, and it's been broken in the past). Pinging @mridulm for comments. It might be a better idea to perhaps make the core interface a `@DeveloperApi` instead of keeping this one around and never really checking that it works properly across releases.
---------------------------------------------------------------- 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]
