[
https://issues.apache.org/jira/browse/HADOOP-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520971
]
Hadoop QA commented on HADOOP-1727:
-----------------------------------
+0, new Findbugs warnings
http://issues.apache.org/jira/secure/attachment/12364109/patch.txt
applied and successfully tested against trunk revision r567308,
but there appear to be new Findbugs warnings introduced by this patch.
New Findbugs warnings:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/574/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/574/testReport/
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/574/console
> Make ...hbase.io.MapWritable more generic so that it can be included in
> ...hadoop.io
> ------------------------------------------------------------------------------------
>
> Key: HADOOP-1727
> URL: https://issues.apache.org/jira/browse/HADOOP-1727
> Project: Hadoop
> Issue Type: New Feature
> Components: io
> Affects Versions: 0.15.0
> Reporter: Jim Kellerman
> Assignee: Jim Kellerman
> Priority: Minor
> Fix For: 0.15.0
>
> Attachments: patch.txt, patch.txt, patch.txt
>
>
> The class org.apache.hadoop.hbase.io.MapWritable could be made more generic
> through the use of ReflectionUtils so that it could support more Map key and
> value classes. Currently it supports Map<WritableComparable, Writable> only.
> When more generalized, submit for consideration to be included in
> org.apache.hadoop.io
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.