Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How can we configure that kerberos token to never expiring , for continuous never ending streaming jobs.

avatar
Contributor

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)

1 ACCEPTED SOLUTION

avatar
@Jacqualin jasmin

By Default spark will take care of renewing kerberos ticket when it is about to expire. So you need not make any changes.

View solution in original post

1 REPLY 1

avatar
@Jacqualin jasmin

By Default spark will take care of renewing kerberos ticket when it is about to expire. So you need not make any changes.