[ 
https://issues.apache.org/jira/browse/HADOOP-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689875#action_12689875
 ] 

Klaas Bosteels commented on HADOOP-5528:
----------------------------------------

Husdon seems to be rather busy, so maybe it's better to just copy my local 
test-patch output here (for now):

{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 appears to introduce 1 new Findbugs warnings.
[exec] 
[exec]     +1 Eclipse classpath. The patch retains Eclipse classpath integrity.
[exec] 
[exec]     +1 release audit.  The applied patch does not increase the total 
number of release audit warnings.
{noformat}

(The findbugs warning is about the fact that the name of the deprecated class 
in mapred shadows the simple name of the class it extends.)

> Binary partitioner
> ------------------
>
>                 Key: HADOOP-5528
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5528
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: mapred
>            Reporter: Klaas Bosteels
>            Assignee: Klaas Bosteels
>         Attachments: HADOOP-5528.patch, HADOOP-5528.patch, HADOOP-5528.patch, 
> HADOOP-5528.patch, HADOOP-5528.patch
>
>
> It would be useful to have a {{BinaryPartitioner}} that partitions 
> {{BinaryComparable}} keys by hashing a configurable part of the bytes array 
> corresponding to each key.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to