[
https://issues.apache.org/jira/browse/MAPREDUCE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated MAPREDUCE-565:
------------------------------------
Attachment: h5750.patch
This uses a trivial Partitioner for map-only jobs. Verified no javac warnings
{noformat}
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 6 new or
modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the
total number of release audit warnings.
{noformat}
> Partitioner does not work with new API
> --------------------------------------
>
> Key: MAPREDUCE-565
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-565
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: task
> Reporter: Jothi Padmanabhan
> Assignee: Owen O'Malley
> Priority: Blocker
> Fix For: 0.20.1
>
> Attachments: h5750.patch, h5750.patch, h5750.patch, h5750.patch,
> h5750.patch
>
>
> Partitioner does not work with the new API. MapTask.java looks for
> "mapred.partitioner.class" whereas the new API sets it to
> mapreduce.partitioner.class
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.