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. Click Hadoop Authentication.
    5. Click Revoke Authentication.
    6. Click Confirm.
  2. Update the new Kerberos keytab file. For more information about how to update the new keytab file, see Configuring Hadoop Authentication.
  1. Revoke the Keytab file.
    curl -X DELETE -H "Authorization: Bearer ${CDE_TOKEN}" \
    <service-url>/user-auth/api/v1/kerberos \
    
    To get CDE_TOKEN and service-url, see Getting a Cloudera Data Engineering API access token.
  2. Update the new Kerberos keytab file. For more information about how to update the new keytab file, see Configuring Hadoop Authentication.