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

    https://github.com/apache/spark/pull/17665#discussion_r112282595
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/security/ConfigurableCredentialManager.scala
 ---
    @@ -41,15 +41,17 @@ import org.apache.spark.util.Utils
      * For example, Hive's credential provider [[HiveCredentialProvider]] can 
be enabled/disabled by
      * the configuration spark.yarn.security.credentials.hive.enabled.
      */
    -private[yarn] final class ConfigurableCredentialManager(
    +private[spark] class ConfigurableCredentialManager(
         sparkConf: SparkConf, hadoopConf: Configuration) extends Logging {
       private val deprecatedProviderEnabledConfig = 
"spark.yarn.security.tokens.%s.enabled"
       private val providerEnabledConfig = 
"spark.yarn.security.credentials.%s.enabled"
    --- End diff --
    
    Now these configs probably should be updated to the new namespace, with 
code added for backwards compatibility...


---
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]

Reply via email to