TestJobHistory fails -------------------- Key: MAPREDUCE-3645 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3645 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv1 Reporter: Thomas Graves Priority: Blocker Fix For: 0.23.0
TestJobHistory fails. >>> org.apache.hadoop.mapred.TestJobHistory.testDoneFolderOnHDFS >>> org.apache.hadoop.mapred.TestJobHistory.testDoneFolderNotOnDefaultFileSystem >>> >>> org.apache.hadoop.mapred.TestJobHistory.testHistoryFolderOnHDFS >>> org.apache.hadoop.mapred.TestJobHistory.testJobHistoryFile It looks like this was introduced by MAPREDUCE-3349 and the issue is that the test expects the hostname to be in the format rackname/hostname, but with 3349 it split those apart into 2 different fields. -- 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