[
https://issues.apache.org/jira/browse/MAPREDUCE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757157#action_12757157
]
Hemanth Yamijala commented on MAPREDUCE-1003:
---------------------------------------------
I actually got better results with the same patch when I ran locally. Ravi, you
possibly need to run ant clean on your workspace to remove the release audit
warnings - that might come if you have documentation around.
{noformat}
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] -1 tests included. The patch doesn't appear to include any new
or modified tests.
[exec] Please justify why no new tests are needed
for this patch.
[exec] Also please list what manual steps were
performed to verify this patch.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the
total number of release audit warnings.
[exec]
{noformat}
I am unaware what tests to run for the eclipse plugin. Taking an exception and
committing so that hudson can get back to normal.
> 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
> Attachments: MR1003.patch.txt
>
>
> 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.