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

Hadoop QA commented on HADOOP-3798:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12386490/H3798.patch
  against trunk revision 678196.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +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 appears to cause Findbugs to fail.

    +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/Hadoop-Patch/2914/testReport/
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2914/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2914/console

This message is automatically generated.

> compile-core-test fails to compile
> ----------------------------------
>
>                 Key: HADOOP-3798
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Mukund Madhugiri
>            Assignee: Mukund Madhugiri
>            Priority: Blocker
>             Fix For: 0.18.0
>
>         Attachments: H3798.patch
>
>
> compile-core-test fails to compile on branch-0.18
> compile-core-test:
>    [javac] Compiling 7 source files to /branch-0.18/build/test/classes
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] Compiling 238 source files to /branch-0.18/build/test/classes
>    [javac] 
> /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package 
> org.apache.hadoop.hdfs does not exist
>    [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
>    [javac]                              ^
>    [javac] 
> /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot 
> find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]     MiniDFSCluster dfs = null;
>    [javac]     ^
>    [javac] 
> /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot 
> find symbol
>    [javac] symbol  : class MiniDFSCluster
>    [javac] location: class org.apache.hadoop.mapred.TestJobShell
>    [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
>    [javac]                 ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] 3 errors

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