[
https://issues.apache.org/jira/browse/HADOOP-5274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated HADOOP-5274:
----------------------------------
Assignee: Chris Douglas
Affects Version/s: (was: 0.21.0)
0.20.0
Status: Patch Available (was: Open)
> 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.20.0
> Reporter: Suman Sehgal
> Assignee: Chris Douglas
> Priority: Critical
> Attachments: 5274-0.patch
>
>
> 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.