[
https://issues.apache.org/jira/browse/HADOOP-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567883#action_12567883
]
Hadoop QA commented on HADOOP-2733:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12375246/2802_20080211.patch
against trunk revision 619744.
@author +1. The patch does not contain any @author tags.
tests included +1. The patch appears to include 6 new or modified tests.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new javac compiler
warnings.
release audit +1. The applied patch does not generate any new release
audit warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests -1. The patch failed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1776/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1776/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1776/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1776/console
This message is automatically generated.
> Compiler warnings in TestClusterMapReduceTestCase and TestJobStatusPersistency
> ------------------------------------------------------------------------------
>
> Key: HADOOP-2733
> URL: https://issues.apache.org/jira/browse/HADOOP-2733
> Project: Hadoop Core
> Issue Type: Bug
> Components: test
> Affects Versions: 0.16.0
> Reporter: Konstantin Shvachko
> Assignee: Tsz Wo (Nicholas), SZE
> Fix For: 0.16.1
>
> Attachments: 2802_20080211.patch, HADOOP-2733.patch
>
>
> The following four warnings were introduced by HADOOP-1876.
> {code}
> [javac]
> hadoop/src/test/org/apache/hadoop/mapred/TestClusterMapReduceTestCase.java:26:
> warning: [unchecked] unchecked call to collect(K,V) as a member of the raw
> type org.apache.hadoop.mapred.OutputCollector
> [javac] collector.collect(key, value);
> [javac] ^
> [javac]
> hadoop/src/test/org/apache/hadoop/mapred/TestClusterMapReduceTestCase.java:42:
> warning: [unchecked] unchecked call to collect(K,V) as a member of the raw
> type org.apache.hadoop.mapred.OutputCollector
> [javac] collector.collect(key, value);
> [javac] ^
> [javac]
> hadoop/src/test/org/apache/hadoop/mapred/TestJobStatusPersistency.java:26:
> warning: [unchecked] unchecked call to collect(K,V) as a member of the raw
> type org.apache.hadoop.mapred.OutputCollector
> [javac] collector.collect(key, value);
> [javac] ^
> [javac]
> hadoop/src/test/org/apache/hadoop/mapred/TestJobStatusPersistency.java:42:
> warning: [unchecked] unchecked call to collect(K,V) as a member of the raw
> type org.apache.hadoop.mapred.OutputCollector
> [javac] collector.collect(key, value);
> [javac] ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 4 warnings
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.