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

Chris Douglas commented on HADOOP-5661:
---------------------------------------

{{TestFairScheduler}} no longer compiles:
{noformat}compile:
     [echo] contrib: fairscheduler

compile-examples:

compile-test:
     [echo] contrib: fairscheduler
    [javac] Compiling 1 source file to 
/snip/hadoop/build/contrib/fairscheduler/test
    [javac] 
/snip/hadoop/src/contrib/fairscheduler/src/test/org/apache/hadoop/mapred/TestFairScheduler.java:128:
 cannot find symbol
    [javac] symbol  : constructor 
ClusterStatus(int,int,int,int,int,org.apache.hadoop.mapred.JobTracker.State)
    [javac] location: class org.apache.hadoop.mapred.ClusterStatus
    [javac]       return new ClusterStatus(numTrackers, maps, reduces,
    [javac]              ^
    [javac] Note: 
/snip/hadoop/src/contrib/fairscheduler/src/test/org/apache/hadoop/mapred/TestFairScheduler.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error

BUILD FAILED
/snip/hadoop/build.xml:774: The following error occurred while executing this 
line:
/snip/hadoop/src/contrib/build.xml:48: The following error occurred while 
executing this line:
/snip/hadoop/src/contrib/build-contrib.xml:165: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 2 seconds
{noformat}

> Resolve findbugs warnings in mapred
> -----------------------------------
>
>                 Key: HADOOP-5661
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5661
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>            Reporter: Jothi Padmanabhan
>            Assignee: Jothi Padmanabhan
>             Fix For: 0.21.0
>
>         Attachments: hadoop-5661-v1.patch, hadoop-5661-v2.patch, 
> hadoop-5661-v3.patch, hadoop-5661.patch
>
>
> Towards a solution for HADOOP-5628, we need to resolve all findbugs warnings. 
> This jira will try to resolve the findbugs warnings where ever possible and 
> suppress them where resolution is not possible.

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