Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-15382

Log kinit output in credential renewal thread

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.2.0
    • security
    • None

    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.

      Attachments

        1. HADOOP-15382-branch-2.7.001.patch
          1 kB
          Gabor Bota
        2. HADOOP-15382-branch-2.6.001.patch
          1 kB
          Gabor Bota
        3. HADOOP-15382.002.patch
          1 kB
          Gabor Bota
        4. HADOOP-15382.001.patch
          1 kB
          Gabor Bota

        Activity

          People

            gabor.bota Gabor Bota
            weichiu Wei-Chiu Chuang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: