You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Todd Lipcon (Created) (JIRA)" <ji...@apache.org> on 2012/02/16 00:04:04 UTC

[jira] [Created] (HDFS-2956) calling fetchdt without a --renewer argument throws NPE

calling fetchdt without a --renewer argument throws NPE
-------------------------------------------------------

                 Key: HDFS-2956
                 URL: https://issues.apache.org/jira/browse/HDFS-2956
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: security
    Affects Versions: 0.24.0
            Reporter: Todd Lipcon


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira