Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.20.0
-
None
-
Reviewed
Description
Not able to compile gridmix2 to generate gridmix.jar. Compilation gets failed giving build failed message.
It seems that problem is with mapper class and reduce class specified in CombinerJobCreator.java. Changed mapper class from "MapClass.class" to "Mapper.class" and reduce class from "Reduce.class" to "Reducer.class" then it started working and gridmix.jar was generated.