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



##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -691,6 +691,15 @@ package object config {
     .toSequence
     .createWithDefault(Nil)
 
+  private[spark] val KERBEROS_FILESYSTEM_RENEWAL_EXCLUDE =

Review comment:
       It seems related to YARN behavior. YARN will try to renew delegation 
token when the job is submitted to YARN. For the customer case, the delegation 
token is already obtained when calling `spark-submit`. But YARN is unable to 
renew the DT and refuses the job. This config is for such case to avoid YARN to 
renew the DT.




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to