[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215896#comment-13215896
 ] 

Robert Joseph Evans commented on MAPREDUCE-3819:
------------------------------------------------

Yes, the issue is with the default HDFS resources not being loaded by the RM.  
When I added the following to SecurityUtil.java, just as a hack to test this.

{code}
  static {
    // adds the default HDFS resources
    Configuration.addDefaultResource("hdfs-default.xml");
    Configuration.addDefaultResource("hdfs-site.xml");
  }
{code}

it worked.

I will try to track down where the proper place is to add a reference to 
HdfConfiguration where the confs are loaded.
                
> Exception while renewing delegation token
> -----------------------------------------
>
>                 Key: MAPREDUCE-3819
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3819
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1
>            Reporter: Ramya Sunil
>            Assignee: Robert Joseph Evans
>            Priority: Critical
>


--
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

        

Reply via email to