[
https://issues.apache.org/jira/browse/HADOOP-7547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091622#comment-13091622
]
Hadoop QA commented on HADOOP-7547:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12491640/HADOOP-7547.a.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 9 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
-1 findbugs. The patch appears to introduce 4 new Findbugs (version 1.3.9)
warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed unit tests in hadoop-common-project.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/87//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HADOOP-Build/87//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-auth.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HADOOP-Build/87//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HADOOP-Build/87//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-annotations.html
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/87//console
This message is automatically generated.
> Fix the warning in writable classes.[ WritableComparable is a raw type.
> References to generic type WritableComparable<T> should be parameterized ]
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-7547
> URL: https://issues.apache.org/jira/browse/HADOOP-7547
> Project: Hadoop Common
> Issue Type: Bug
> Components: io
> Reporter: Uma Maheswara Rao G
> Assignee: Uma Maheswara Rao G
> Priority: Minor
> Attachments: HADOOP-7547.a.patch, HADOOP-7547.patch
>
>
> WritableComparable is a raw type. References to generic type
> WritableComparable<T> should be parameterized.
> Also address the same in example implementation in WritableComparable
> interface's javadoc.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira