Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Expert Contributor
Created on
07-20-2020
07:41 AM
- edited on
07-20-2020
10:51 PM
by
VidyaSargur
To put Kerberos DEBUG logging for HDF managed Schema Registry ( SR ) clusters, do the following depending on your environment:
- Navigate to Ambari schema registry > configs > advanced > registry-env template
- Add the below line:
Example:export REGISTRY_OPTS="$REGISTRY_OPTS -Dsun.security.krb5.debug=true"
- Restart SR.
- You will then be able to view Kerberos DEBUG messages under /var/log/registry (default).