[
https://issues.apache.org/jira/browse/MAPREDUCE-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726680#action_12726680
]
Hadoop QA commented on MAPREDUCE-659:
-------------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12412038/659-1.patch
against trunk revision 790543.
+1 @author. The patch does not contain any @author tags.
-1 tests included. The patch doesn't appear to include any new or modified
tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
-1 core tests. The patch failed core unit tests.
-1 contrib tests. The patch failed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/336/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/336/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/336/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/336/console
This message is automatically generated.
> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2
> -------------------------------------------------------------------------
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: build
> Environment: latest trunk
> Reporter: Iyappan Srinivasan
> Assignee: Giridharan Kesavan
> Attachments: 659-1.patch, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac]
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
> package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac] ^
> [javac]
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
> cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac] ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
> Compile failed; see the compiler error output for details.
> Total time: 1 second
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.