[
https://issues.apache.org/jira/browse/HDFS-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098373#comment-13098373
]
Hudson commented on HDFS-2314:
------------------------------
Integrated in Hadoop-Common-trunk-Commit #837 (See
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/837/])
HDFS-2314. MRV1 test compilation broken after HDFS-2197. Contributed by
Todd Lipcon
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1165860
Files :
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/NameNodeAdapter.java
> 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.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