----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11488/ -----------------------------------------------------------
(Updated June 26, 2013, 8:32 p.m.) Review request for mesos. Changes ------- Use protobuf equals() rather than string. Summary (updated) ----------------- Fixed bad Java comparison (use equals(), not ==). Repository: mesos Description (updated) ------- Fixed bad Java comparison (use equals(), not ==). Review: https://reviews.apache.org/r/11488 Diffs (updated) ----- hadoop/mesos/src/java/org/apache/hadoop/mapred/MesosScheduler.java c5a63bc7a172c44cc11d6bdd6b2eb4bc3df35cb7 Diff: https://reviews.apache.org/r/11488/diff/ Testing ------- Used in production at airbnb. make -j10 check && cd hadoop && make hadoop-2.0.0-mr1-cdh4.2.1 && make hadoop-0.20.205.0 && make hadoop-0.20.2-cdh3u3 Thanks, Brenden Matthews
