[ 
https://issues.apache.org/jira/browse/HDFS-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098271#comment-13098271
 ] 

Hadoop QA commented on HDFS-2314:
---------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12493178/hdfs-2314.txt
  against trunk revision .

    +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 does not introduce any new Findbugs (version 1.3.9) 
warnings.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

    -1 core tests.  The patch failed these unit tests:

                  org.apache.hadoop.hdfs.server.datanode.TestReplicasMap
                  
org.apache.hadoop.hdfs.server.blockmanagement.TestHost2NodesMap
                  org.apache.hadoop.hdfs.TestDfsOverAvroRpc

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/1204//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HDFS-Build/1204//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-hdfs.html
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/1204//console

This message is automatically generated.

> MRV1 test compilation broken after HDFS-2197
> --------------------------------------------
>
>                 Key: HDFS-2314
>                 URL: https://issues.apache.org/jira/browse/HDFS-2314
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: test
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Todd Lipcon
>             Fix For: 0.23.0, 0.24.0
>
>         Attachments: hdfs-2314.txt
>
>
> Runing the following:
>   At the trunk level: {{mvn clean install package -Dtar -Pdist 
> -Dmaven.test.skip.exec=true}}
>   In hadoop-mapreduce-project: {{ant jar-test -Dresolvers=internal}}
> yields the errors:
> {code}
>     [javac] 
> /home/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/security/authorize/TestServiceLevelAuthorization.java:62:
>  cannot find symbol
>     [javac] symbol  : method 
> getRpcServer(org.apache.hadoop.hdfs.server.namenode.NameNode)
>     [javac] location: class 
> org.apache.hadoop.hdfs.server.namenode.NameNodeAdapter
>     [javac]       Set<Class<?>> protocolsWithAcls = 
> NameNodeAdapter.getRpcServer(dfs.getNameNode())
>     [javac]                                                        ^
>     [javac] 
> /home/vinodkv/Workspace/eclipse-workspace/apache-git/hadoop-common/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/security/authorize/TestServiceLevelAuthorization.java:79:
>  cannot find symbol
>     [javac] symbol  : method 
> getRpcServer(org.apache.hadoop.hdfs.server.namenode.NameNode)
>     [javac] location: class 
> org.apache.hadoop.hdfs.server.namenode.NameNodeAdapter
>     [javac]       protocolsWithAcls = 
> NameNodeAdapter.getRpcServer(dfs.getNameNode())
>     [javac] 2 errors
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to