You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2009/09/18 13:01:16 UTC

[jira] Commented: (MAPREDUCE-1003) trunk build fails when -Declipse.home is set

    [ https://issues.apache.org/jira/browse/MAPREDUCE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757103#action_12757103 ] 

Hemanth Yamijala commented on MAPREDUCE-1003:
---------------------------------------------

Giri thinks this is caused by MAPREDUCE-777. Unfortunately, since this build does not run unless -Declipse.home is set, we did not catch it when running test and test-patch.

> trunk build fails when -Declipse.home is set
> --------------------------------------------
>
>                 Key: MAPREDUCE-1003
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1003
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.21.0
>            Reporter: Giridharan Kesavan
>            Assignee: Ravi Gummadi
>
> compile:
>      [echo] contrib: eclipse-plugin 
>     [javac] Compiling 45 source files to /grid/0/hudson/hudson-slave/workspace/Mapreduce-Patch-h3.grid.sp2.yahoo.net/trunk/build/contrib/eclipse-plugin/classes
>     [javac] /grid/0/hudson/hudson-slave/workspace/Mapreduce-Patch-h3.grid.sp2.yahoo.net/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopJob.java:54: constant expression required
>     [javac]         case JobStatus.PREP:
>     [javac]                       ^
>     [javac] /grid/0/hudson/hudson-slave/workspace/Mapreduce-Patch-h3.grid.sp2.yahoo.net/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopJob.java:56: constant expression required
>     [javac]         case JobStatus.RUNNING:
>     [javac]                       ^
>     [javac] /grid/0/hudson/hudson-slave/workspace/Mapreduce-Patch-h3.grid.sp2.yahoo.net/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopJob.java:58: constant expression required
>     [javac]         case JobStatus.FAILED:
>     [javac]                       ^
>     [javac] /grid/0/hudson/hudson-slave/workspace/Mapreduce-Patch-h3.grid.sp2.yahoo.net/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopJob.java:60: constant expression required
>     [javac]         case JobStatus.SUCCEEDED:
>     [javac]                       ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 4 errors

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