You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Boris Shkolnik (JIRA)" <ji...@apache.org> on 2010/08/11 20:59:18 UTC

[jira] Created: (MAPREDUCE-2005) TestDelegationTokenRenewal fails

TestDelegationTokenRenewal fails
--------------------------------

                 Key: MAPREDUCE-2005
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2005
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Boris Shkolnik


looks like the problem is in host resolution.
test is using "localhost:0", but in DelegationTokenRenewal we use getCannonicalName() for localhost, and on some machine it is not "localhost"
Fix - change test to use getCannonicalName too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.