Updating Hadoop Authentication
Learn about how to update the Kerberos Keytab file for a Cloudera Data Engineering Service.
- Revoke Hadoop Authentication:
- In the Cloudera console, click the Data Engineering tile. The Cloudera Data Engineering Home page displays.
- Click Administration in the left navigation menu. The Administration page displays.
- In the Services column, select the environment for which you want to revoke the Hadoop Authentication and click Service Details.
- Click Hadoop Authentication.
- Click Revoke Authentication.
- Click Confirm.
- Update the new Kerberos keytab file. For more information about how to update the new keytab file, see Configuring Hadoop Authentication.
- Revoke the Keytab
file.
To getcurl -X DELETE -H "Authorization: Bearer ${CDE_TOKEN}" \ <service-url>/user-auth/api/v1/kerberos \
CDE_TOKEN
andservice-url
, see Getting a Cloudera Data Engineering API access token. - Update the new Kerberos keytab file. For more information about how to update the new keytab file, see Configuring Hadoop Authentication.