[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916809#action_12916809
 ] 

Aaron T. Myers commented on MAPREDUCE-2101:
-------------------------------------------

It just worked for me. I ran the following, and it compiled just fine:

{code}ant veryclean compile-mapred-test{code}

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

Reply via email to