Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-2956

calling fetchdt without a --renewer argument throws NPE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0-alpha, 3.0.0-alpha1
    • 2.8.0, 3.0.0-alpha1
    • security
    • None
    • Reviewed

    Description

      If I call "bin/hdfs fetchdt /tmp/mytoken" without a "--renewer foo" argument, then it will throw a NullPointerException:

      Exception in thread "main" java.lang.NullPointerException
      at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getDelegationToken(ClientNamenodeProtocolTranslatorPB.java:830)

      this is because getDelegationToken is being called with a null renewer

      Attachments

        1. HDFS-2956.patch
          4 kB
          Vinayakumar B
        2. HDFS-2956-01.patch
          0.9 kB
          Vinayakumar B
        3. HDFS-2956-02.patch
          4 kB
          Vinayakumar B
        4. HDFS-2956.03.patch
          4 kB
          Vinayakumar B
        5. HDFS-2956.branch-2.03.patch
          4 kB
          Vinayakumar B
        6. HDFS-2956-04.patch
          4 kB
          Vinayakumar B

        Activity

          People

            vinayakumarb Vinayakumar B
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: