[
https://issues.apache.org/jira/browse/HADOOP-5274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678576#action_12678576
]
Suman Sehgal commented on HADOOP-5274:
--------------------------------------
Verified the patch. It is working fine but during execution I observed some
other anomaly in gridmix2 for which another jira HADOOP-5297 has been raised.
> 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.