You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org> on 2011/09/06 10:48:09 UTC

[jira] [Created] (MAPREDUCE-2935) MRV1 test compilation broken after HDFS-2197

MRV1 test compilation broken after HDFS-2197
--------------------------------------------

                 Key: MAPREDUCE-2935
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2935
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: test
            Reporter: Vinod Kumar Vavilapalli


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