Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HarmonyMapreduce" page has been changed by GuillermoCabrera. http://wiki.apache.org/hadoop/HarmonyMapreduce?action=diff&rev1=3&rev2=4 -------------------------------------------------- ==== Others ==== - * Mapreduce does not compile when using Apache Harmony 6. There is 1 error in this project in the SpillRecord.java file (line 141) where we get the message `The type IndexRecord is already defined`. Initial guess is that this is related to ecj as we had a similar problem with primary types before. For this reason we are using SUN to build mapreduce. + * Mapreduce does not compile when using Apache Harmony 6. There is 1 error in this project in the `SpillRecord.java` file (line 141) where we get the message `The type IndexRecord is already defined`. Initial guess is that this is related to ecj as we had a similar problem with primary types before. For this reason we are using SUN to build mapreduce.