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 "Ramkumar Vadali (JIRA)" <ji...@apache.org> on 2010/10/01 05:34:33 UTC

[jira] Created: (MAPREDUCE-2101) compile-mapred-test broken in trunk

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.


[jira] Resolved: (MAPREDUCE-2101) compile-mapred-test broken in trunk

Posted by "Ramkumar Vadali (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramkumar Vadali resolved MAPREDUCE-2101.
----------------------------------------

    Resolution: Not A Problem

The compile succeeded without doing ant veryclean. Not sure what the problem was.

> 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
>            Assignee: Aaron T. Myers
>
> 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.