Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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.