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.