Github user mgummelt commented on a diff in the pull request:
https://github.com/apache/spark/pull/17665#discussion_r112573960
--- Diff:
resource-managers/yarn/src/main/resources/META-INF/services/org.apache.spark.deploy.security.ServiceCredentialProvider
---
@@ -0,0 +1,3 @@
+org.apache.spark.deploy.yarn.security.YARNHadoopFSCredentialProvider
--- End diff --
Oh yea, I guess the standard Spark distributions are compiled with both
profiles. I created a separate `YARNHadoopFSCredentialProvider` to handle
YARN's specific functionality (renewer, extra filesystems, etc.), but I guess I
could do that through parameterization rather than a separate class, since it
seems we can't have a YARN specific class through service loading. How does
that sound?
---
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]