gridmix2 is not getting compiled to generate gridmix.jar
--------------------------------------------------------
Key: HADOOP-5274
URL: https://issues.apache.org/jira/browse/HADOOP-5274
Project: Hadoop Core
Issue Type: Bug
Components: benchmarks
Affects Versions: 0.21.0
Reporter: Suman Sehgal
Priority: Critical
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.