[ 
https://issues.apache.org/jira/browse/HADOOP-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun C Murthy updated HADOOP-2269:
----------------------------------

    Description: 
Introduced by HADOOP-2245, I'm not sure why the patch process didn't catch this 
and -1 it: http://issues.apache.org/jira/browse/HADOOP-2245#action_12544411

{noformat}
compile-core-test:
    [javac] Compiling 5 source files to trunk/build/test/classes
    [javac] Compiling 3 source files to trunk/build/test/classes
    [javac] 
trunk/src/test/org/apache/hadoop/mapred/jobcontrol/JobControlTestUtils.java:143:
 warning: [unchecked] unchecked call to collect(K,V) as a member of the raw 
type org.apache.hadoop.mapred.OutputCollector
    [javac]       output.collect(new Text(key.toString()), value);
    [javac]                     ^
    [javac] 
trunk/src/test/org/apache/hadoop/mapred/jobcontrol/JobControlTestUtils.java:151:
 warning: [unchecked] unchecked call to collect(K,V) as a member of the raw 
type org.apache.hadoop.mapred.OutputCollector
    [javac]         output.collect(dumbKey, data);
    [javac]                       ^
    [javac] 2 warnings
{noformat}

  was:
Introduced by HADOOP-2245, I'm not sure why the patch process didn't catch this 
and -1 it: http://issues.apache.org/jira/browse/HADOOP-2245#action_12544411

{noformat}
compile-core-test:
    [javac] Compiling 5 source files to HADOOP-1281/build/test/classes
    [javac] Note: 
HADOOP-1281/build/test/src/org/apache/hadoop/record/RecRecord1.java uses 
unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 3 source files to HADOOP-1281/build/test/classes
    [javac] 
HADOOP-1281/src/test/org/apache/hadoop/mapred/jobcontrol/JobControlTestUtils.java:143:
 warning: [unchecked] unchecked call to collect(K,V) as a member of the raw 
type org.apache.hadoop.mapred.OutputCollector
    [javac]       output.collect(new Text(key.toString()), value);
    [javac]                     ^
    [javac] 
HADOOP-1281/src/test/org/apache/hadoop/mapred/jobcontrol/JobControlTestUtils.java:151:
 warning: [unchecked] unchecked call to collect(K,V) as a member of the raw 
type org.apache.hadoop.mapred.OutputCollector
    [javac]         output.collect(dumbKey, data);
    [javac]                       ^
    [javac] 2 warnings
{noformat}

        Summary: Complier warnings in JobControlTestUtils  (was: Complier 
warnings in )

> Complier warnings in JobControlTestUtils
> ----------------------------------------
>
>                 Key: HADOOP-2269
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2269
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.16.0
>            Reporter: Arun C Murthy
>             Fix For: 0.16.0
>
>
> Introduced by HADOOP-2245, I'm not sure why the patch process didn't catch 
> this and -1 it: 
> http://issues.apache.org/jira/browse/HADOOP-2245#action_12544411
> {noformat}
> compile-core-test:
>     [javac] Compiling 5 source files to trunk/build/test/classes
>     [javac] Compiling 3 source files to trunk/build/test/classes
>     [javac] 
> trunk/src/test/org/apache/hadoop/mapred/jobcontrol/JobControlTestUtils.java:143:
>  warning: [unchecked] unchecked call to collect(K,V) as a member of the raw 
> type org.apache.hadoop.mapred.OutputCollector
>     [javac]       output.collect(new Text(key.toString()), value);
>     [javac]                     ^
>     [javac] 
> trunk/src/test/org/apache/hadoop/mapred/jobcontrol/JobControlTestUtils.java:151:
>  warning: [unchecked] unchecked call to collect(K,V) as a member of the raw 
> type org.apache.hadoop.mapred.OutputCollector
>     [javac]         output.collect(dumbKey, data);
>     [javac]                       ^
>     [javac] 2 warnings
> {noformat}

-- 
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