You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/06 18:02:50 UTC

[GitHub] [spark] viirya commented on a change in pull request #31761: [SPARK-34295][CORE] Exclude filesystems from token renewal

viirya commented on a change in pull request #31761:
URL: https://github.com/apache/spark/pull/31761#discussion_r588911535



##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -691,6 +691,14 @@ package object config {
     .toSequence
     .createWithDefault(Nil)
 
+  private[spark] val KERBEROS_FILESYSTEM_RENEWAL_EXCLUDE =
+    ConfigBuilder("spark.kerberos.renewal.exclude.hadoopFileSystems")
+      .doc("The list of Hadoop filesystem URLs for which to exclude from delegation token renewal.")

Review comment:
       This configuration doesn't ban the file system, but excludes it from DT renewal. The user needs to use the file system but YARN cannot renew it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org