Luke Lu created MAPREDUCE-4271:
----------------------------------
Summary: Make TestCapacityScheduler more robust with non-Sun JDK
Key: MAPREDUCE-4271
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: contrib/capacity-sched
Affects Versions: 1.0.3
Reporter: Luke Lu
Assignee: Luke Lu
The capacity scheduler queue is initialized with a HashMap, the values of which are later
added to a list (a queue for assigning tasks). TestCapacityScheduler depends on the order
of the list hence not portable across JDKs.
--
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
|