Updating Hadoop Authentication

Learn about how to update the Kerberos Keytab file for a Cloudera Data Engineering service.

  1. Revoke Hadoop Authentication:
    1. In the Cloudera console, click the Data Engineering tile. The Cloudera Data Engineering Home page displays.
    2. Click Administration in the left navigation menu. The Administration page displays.
    3. In the Services column, select the environment for which you want to revoke the Hadoop Authentication and click Service Details.
    4. Go to the Hadoop Authentication tab.
    5. Click Revoke Authentication.
    6. Click Confirm.
  2. Update the new Kerberos keytab file. For instructions about updating the new keytab file, see Configuring Hadoop Authentication.
Login to CDE CLI and run the following command to revoke the Hadoop authentication:
cde kerberos revoke
  1. Revoke the Keytab file.
    curl -X DELETE -H "Authorization: Bearer ${CDE_TOKEN}" \
    <service-url>/user-auth/api/v1/kerberos \
    
    To get the CDE_TOKEN and service-url values, see Getting a Cloudera Data Engineering API access token.
  2. Update the new Kerberos keytab file. For instructions about updating the new keytab file, see Configuring Hadoop Authentication.