Community Articles

Find and share helpful community-sourced technical articles.
Labels (2)
avatar
Expert Contributor

To put Kerberos DEBUG logging for HDF managed Schema Registry ( SR ) clusters, do the following depending on your environment:

  1. Navigate to Ambari schema registry > configs > advanced > registry-env template
  2. Add the below line:
    export REGISTRY_OPTS="$REGISTRY_OPTS -Dsun.security.krb5.debug=true"
    Example:registry.png
  3. Restart SR.
  4. You will then be able to view Kerberos DEBUG messages under /var/log/registry (default). 

 

 

581 Views
0 Kudos