You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Giridharan Kesavan (JIRA)" <ji...@apache.org> on 2009/12/15 17:20:18 UTC

[jira] Created: (MAPREDUCE-1297) MiniMRCluster.java compilation failure

MiniMRCluster.java compilation failure
--------------------------------------

                 Key: MAPREDUCE-1297
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1297
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: build
    Affects Versions: 0.21.0
            Reporter: Giridharan Kesavan


compile-mapred-test:
    [mkdir] Created dir: /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/build/test/mapred/classes
    [mkdir] Created dir: /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/build/test/mapred/testjar
    [mkdir] Created dir: /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/build/test/mapred/testshell
    [javac] Compiling 230 source files to /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/build/test/mapred/classes
    [javac] /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-21-Build/trunk/src/test/mapred/org/apache/hadoop/mapred/MiniMRCluster.java:342: unreported exception java.io.IOException; must be caught or declared to be thrown
    [javac]     FileSystem.setDefaultUri(result, namenode);
    [javac]                             ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.