Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 01A8A9A83 for ; Sat, 4 Feb 2012 02:58:22 +0000 (UTC) Received: (qmail 88898 invoked by uid 500); 4 Feb 2012 02:58:20 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 88583 invoked by uid 500); 4 Feb 2012 02:58:16 -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 88567 invoked by uid 99); 4 Feb 2012 02:58:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2012 02:58:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2012 02:58:13 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B530418C0FF for ; Sat, 4 Feb 2012 02:57:53 +0000 (UTC) Date: Sat, 4 Feb 2012 02:57:53 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <703064028.10677.1328324273743.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3803) HDFS-2864 broke ant compilation 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-3803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200297#comment-13200297 ] Hudson commented on MAPREDUCE-3803: ----------------------------------- Integrated in Hadoop-Common-0.23-Commit #485 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/485/]) MAPREDUCE-3803. Merge change r1240441 from trunk suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1240444 Files : * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/raid/src/java/org/apache/hadoop/hdfs/server/datanode/RaidBlockSender.java * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/contrib/raid/src/java/org/apache/hadoop/raid/BlockFixer.java > HDFS-2864 broke ant compilation > ------------------------------- > > Key: MAPREDUCE-3803 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3803 > Project: Hadoop Map/Reduce > Issue Type: Test > Components: build > Affects Versions: 0.23.0, 0.24.0 > Reporter: Ravi Prakash > Assignee: Ravi Prakash > Attachments: HDFS-2888.patch, MAPREDUCE-3803.patch > > > compile: > [echo] contrib: raid > [javac] /hadoop-mapreduce-project/src/contrib/build-contrib.xml:194: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 28 source files to /hadoop-mapreduce-project/build/contrib/raid/classes > [javac] /hadoop-mapreduce-project/src/contrib/raid/src/java/org/apache/hadoop/hdfs/server/datanode/RaidBlockSender.java:111: cannot find symbol > [javac] symbol : variable METADATA_VERSION > [javac] location: class org.apache.hadoop.hdfs.server.datanode.FSDataset > [javac] if (version != FSDataset.METADATA_VERSION) { > [javac] ^ > [javac] /hadoop-mapreduce-project/src/contrib/raid/src/java/org/apache/hadoop/raid/BlockFixer.java:649: cannot find symbol > [javac] symbol : variable METADATA_VERSION > [javac] location: class org.apache.hadoop.hdfs.server.datanode.FSDataset > [javac] mdOut.writeShort(FSDataset.METADATA_VERSION); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 2 errors > BUILD FAILED -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira