You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2018/04/12 05:57:00 UTC

[jira] [Created] (HADOOP-15382) Log kinit output in credential renewal thread

Wei-Chiu Chuang created HADOOP-15382:
----------------------------------------

             Summary: Log kinit output in credential renewal thread
                 Key: HADOOP-15382
                 URL: https://issues.apache.org/jira/browse/HADOOP-15382
             Project: Hadoop Common
          Issue Type: Improvement
          Components: security
            Reporter: Wei-Chiu Chuang


We currently run kinit command in a thread to renew kerberos credentials periodically. 
{code:java}
            Shell.execCommand(cmd, "-R");
            if (LOG.isDebugEnabled()) {
              LOG.debug("renewed ticket");
            }
{code}
It seems useful to log the output of the kinit too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org