Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 86516 invoked from network); 1 Oct 2010 06:02:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 06:02:58 -0000 Received: (qmail 24745 invoked by uid 500); 1 Oct 2010 06:02:58 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 24641 invoked by uid 500); 1 Oct 2010 06:02:56 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 24630 invoked by uid 99); 1 Oct 2010 06:02:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 06:02:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 06:02:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9162XKG014200 for ; Fri, 1 Oct 2010 06:02:33 GMT Message-ID: <33367820.492471285912953457.JavaMail.jira@thor> Date: Fri, 1 Oct 2010 02:02:33 -0400 (EDT) From: "Aaron T. Myers (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2101) compile-mapred-test broken in trunk In-Reply-To: <16645851.491241285904073454.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916792#action_12916792 ] Aaron T. Myers commented on MAPREDUCE-2101: ------------------------------------------- I think you just need to update your checkout of HDFS trunk. This method was added in HDFS-1399. > 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> 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.