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_r250287975
##########
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:
Now I see, it's fine.
A little bit offtopic here but I've considered to apply this to the kafka
area. If no global JVM security config provided then use this config or
something.
----------------------------------------------------------------
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]