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 37D9B9D6F for ; Wed, 14 Dec 2011 14:52:00 +0000 (UTC) Received: (qmail 9741 invoked by uid 500); 14 Dec 2011 14:52:00 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 9703 invoked by uid 500); 14 Dec 2011 14:52:00 -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 9551 invoked by uid 99); 14 Dec 2011 14:51:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2011 14:51:59 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,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; Wed, 14 Dec 2011 14:51:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A6B9211282B for ; Wed, 14 Dec 2011 14:51:30 +0000 (UTC) Date: Wed, 14 Dec 2011 14:51:30 +0000 (UTC) From: "Alejandro Abdelnur (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1401318522.11154.1323874290684.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1015484803.11148.1323874050594.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-3557) MR1 test fail to compile because of missing hadoop-archives dependency 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-3557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur updated MAPREDUCE-3557: ------------------------------------------ Attachment: MAPREDUCE-3557.patch patch fixes the not found HadoopArchives compilation issue. However, there is another failure coming up that is not related at all to the HAR stuff shuffling {code} compile-mapred-test: [javac] /Users/tucu/src/apache/hadoop/git/hadoop-mapreduce-project/build.xml:603: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 304 source files to /Users/tucu/src/apache/hadoop/git/hadoop-mapreduce-project/build/test/mapred/classes [javac] /Users/tucu/src/apache/hadoop/git/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestJobQueueClient.java:80: printJobQueueInfo(org.apache.hadoop.mapred.JobQueueInfo,java.io.Writer,java.lang.String) in org.apache.hadoop.mapred.JobQueueClient cannot be applied to (org.apache.hadoop.mapred.JobQueueInfo,java.io.StringWriter) [javac] client.printJobQueueInfo(root, writer); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error BUILD FAILED {code} If we really need to run this target, then this patch should be committed and another JIRA should be open for the above failure. If we don't need to run this target, this JIRA should be closed as invalid and the Jenkins job for trunk should be fixed to avoid such target > MR1 test fail to compile because of missing hadoop-archives dependency > ---------------------------------------------------------------------- > > Key: MAPREDUCE-3557 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3557 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: build > Affects Versions: 0.23.1, 0.24.0 > Reporter: Alejandro Abdelnur > Assignee: Alejandro Abdelnur > Fix For: 0.23.1, 0.24.0 > > Attachments: MAPREDUCE-3557.patch > > > MAPREDUCE-3544 added hadoop-archives as dependency to gridmix and raid, but missed to add it to the main ivy.xml for the MR1 testcases thus the ant target 'compile-mapred-test' fails. > I was under the impression that this stuff was not used anymore but trunk is failing on that target. -- 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