Created 01-10-2023 05:46 AM
Encountered error with
/opt/cloudera/cm/bin/gen_credentials.sh: Cannot access generated keytab file /var/run/cloudera-scm-server/cmf32289673674897789.keytab
Created 01-10-2023 05:47 AM
To resolve this issue, open /opt/cloudera/cm/bin/gen_credentials.sh for editing and add the following to the very end of the script:
exit ${PIPESTATUS[0]}
And then try generating Kerberos credentials once more.
View solution in original post