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.

re-create keytab for Spark

avatar

Hi,

 I have a kerberized cluster, where each application is working fine (hdfs, yarn, hive). Accidentally via kadmin.local I re-exported the keytab for the spark user.

xst -k .... 

And now the Clouder Manager of course complains because Spark cannot start, the keytab stored in CM database is different and does not match with the Kerberos DB.

 

So how to:

 - replace the keytab in Cloudera Manager database with the new one which I just created? or..

 - force Cloudera Manager to re-create keytab for the Spark application?

 

Thanks

T.

 

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Hello Tomas79,

 

You can do so by going under Adminstration -> Security -> Kerberos Credentials -> Select the once that you would want to regenerate. 

 

Hope that helps.

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

Hello Tomas79,

 

You can do so by going under Adminstration -> Security -> Kerberos Credentials -> Select the once that you would want to regenerate. 

 

Hope that helps.

avatar
Thanks!!
I overlooked that option.