[
https://issues.apache.org/jira/browse/HADOOP-5274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681749#action_12681749
]
Hudson commented on HADOOP-5274:
--------------------------------
Integrated in Hadoop-trunk #778 (See
[http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/778/])
> 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
> Fix For: 0.20.0
>
> 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.