[ 
https://issues.apache.org/jira/browse/AMBARI-20848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Levas updated AMBARI-20848:
----------------------------------
    Description: 
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:

{code}
if [ {{debug_kerberos}} == "true" ]]; then 
  export HADOOP_OPTS="-Dsun.security.krb5.debug=true $HADOOP_OPTS"
if
{code}

  was:
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


> 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
>            Assignee: Robert Levas
>             Fix For: 3.0.0
>
>
> 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:
> {code}
> if [ {{debug_kerberos}} == "true" ]]; then 
>   export HADOOP_OPTS="-Dsun.security.krb5.debug=true $HADOOP_OPTS"
> if
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to