David Villarreal created AMBARI-20848:
-----------------------------------------
Summary: UI switch to turn on kerberos debug logging for each
component.
Key: AMBARI-20848
URL: https://issues.apache.org/jira/browse/AMBARI-20848
Project: Ambari
Issue Type: New Feature
Components: ambari-server
Affects Versions: 2.5.1
Reporter: David Villarreal
Many times upon troubleshooting kerberos related issues we have to remember or
research how each component enables kerberos logging and apply to the env, etc.
I would like to see it as easy as a check box to enable kerberos debugging on
each component.
Code example:
if [ {{debug_kerberos}} == "true" ]]; then
export HADOOP_OPTS="-Dsun.security.krb5.debug=true $HADOOP_OPTS"
if
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)