compile-mapred-test broken in trunk
-----------------------------------
Key: MAPREDUCE-2101
URL: https://issues.apache.org/jira/browse/MAPREDUCE-2101
Project: Hadoop Map/Reduce
Issue Type: Bug
Reporter: Ramkumar Vadali
r1002905 seems to have caused it.
{code}
compile-mapred-test:
[mkdir] Created dir:
/data/users/rvadali/apache/hadoop-mapred-trunk-2/build/test/mapred/classes
[mkdir] Created dir:
/data/users/rvadali/apache/hadoop-mapred-trunk-2/build/test/mapred/testjar
[mkdir] Created dir:
/data/users/rvadali/apache/hadoop-mapred-trunk-2/build/test/mapred/testshell
[javac] /data/users/rvadali/apache/hadoop-mapred-trunk-2/build.xml:587:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 320 source files to
/data/users/rvadali/apache/hadoop-mapred-trunk-2/build/test/mapred/classes
[javac]
/data/users/rvadali/apache/hadoop-mapred-trunk-2/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]
/data/users/rvadali/apache/hadoop-mapred-trunk-2/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] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 errors
BUILD FAILED
/data/users/rvadali/apache/hadoop-mapred-trunk-2/build.xml:518: The following
error occurred while executing this line:
/data/users/rvadali/apache/hadoop-mapred-trunk-2/build.xml:587: Compile failed;
see the compiler error output for details.
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.