gaborgsomogyi commented on a change in pull request #23525: [SPARK-26595][core]
Allow credential renewal based on kerberos ticket cache.
URL: https://github.com/apache/spark/pull/23525#discussion_r249465841
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -228,6 +228,16 @@ package object config {
.timeConf(TimeUnit.SECONDS)
.createWithDefaultString("1m")
+ private[spark] val KERBEROS_RENEWAL_CREDENTIALS =
+ ConfigBuilder("spark.kerberos.renewal.credentials")
Review comment:
Wondering why an additional config needed and not just falling back to cache
if keytab is not provided + the cluster is secure.
----------------------------------------------------------------
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]