-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6187/
-----------------------------------------------------------
Review request for mesos and Benjamin Hindman.
Description
-------
Updates canLaunchMaps() in the Hadoop framework to look through failedMaps of
runnable jobs when determining whether a machine can launch another map task.
Maps are only considered if they have not failed on the machine in question,
which is consistent with Hadoop's policy for launching maps.
This addresses bug MESOS-245.
https://issues.apache.org/jira/browse/MESOS-245
Diffs
-----
hadoop/mesos/src/java/org/apache/hadoop/mapred/FrameworkScheduler.java
29b9340
Diff: https://reviews.apache.org/r/6187/diff/
Testing
-------
Thanks,
Charles Reiss