vanzin commented on a change in pull request #23698: [SPARK-26766][CORE] Remove
the list of filesystems from
HadoopDelegationTokenProvider.obtainDelegationTokens
URL: https://github.com/apache/spark/pull/23698#discussion_r252861926
##########
File path: core/src/main/scala/org/apache/spark/SparkConf.scala
##########
@@ -715,7 +714,9 @@ private[spark] object SparkConf extends Logging {
PRINCIPAL.key -> Seq(
AlternateConfig("spark.yarn.principal", "3.0")),
KERBEROS_RELOGIN_PERIOD.key -> Seq(
- AlternateConfig("spark.yarn.kerberos.relogin.period", "3.0"))
+ AlternateConfig("spark.yarn.kerberos.relogin.period", "3.0")),
+ KERBEROS_FILESYSTEMS_TO_ACCESS.key -> Seq(
+ AlternateConfig(YARN_FILESYSTEMS_TO_ACCESS.key, "3.0"))
Review comment:
Instead of keeping `YARN_FILESYSTEMS_TO_ACCESS`, just have the key here and
delete the constant. Also add the old `"spark.yarn.access.namenodes"` as an
alternative (keeping the version where it was deprecated).
----------------------------------------------------------------
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]