hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main
2013-04-24 17:38:43 +00:00
..
avro MAPREDUCE-5129. Allow tags to JobHistory for deeper analytics. Contributed by Billie Rinaldi. 2013-04-06 05:30:56 +00:00
java/org/apache/hadoop MAPREDUCE-4737. Ensure that mapreduce APIs are semantically consistent with mapred API w.r.t Mapper.cleanup and Reducer.cleanup; in the sense that cleanup is now called even if there is an error. The old mapred API already ensures that Mapper.close and Reducer.close are invoked during error handling. Note that it is an incompatible change, however end-users can override Mapper.run and Reducer.run to get the old (inconsistent) behaviour. Contributed by Arun C. Murthy. 2013-04-24 17:38:43 +00:00
resources MAPREDUCE-5128. mapred-default.xml is missing a bunch of history server configs. (sandyr via tucu) 2013-04-17 23:14:34 +00:00