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