Created 02-17-2018 07:39 PM
When we have Kafka and Spark streaming setup. This is a continuous job, running 24X7.
How can we configure that Kerberos token to never expiring, for continuous never-ending streaming jobs?
What configuration parameter needs to set in KDC and in spark job definition ( for making the token never expire)
Created 02-17-2018 09:16 PM
By Default spark will take care of renewing kerberos ticket when it is about to expire. So you need not make any changes.
Created 02-17-2018 09:16 PM
By Default spark will take care of renewing kerberos ticket when it is about to expire. So you need not make any changes.