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 E1B9D7990 for ; Thu, 25 Aug 2011 23:10:54 +0000 (UTC) Received: (qmail 36601 invoked by uid 500); 25 Aug 2011 23:10:54 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 36493 invoked by uid 500); 25 Aug 2011 23:10:53 -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 36479 invoked by uid 99); 25 Aug 2011 23:10:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 23:10:53 +0000 X-ASF-Spam-Status: No, hits=-2000.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; Thu, 25 Aug 2011 23:10:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4058BCF058 for ; Thu, 25 Aug 2011 23:10:30 +0000 (UTC) Date: Thu, 25 Aug 2011 23:10:30 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1175115831.15503.1314313830260.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <573737339.15501.1314313830189.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2883) MR FI tests failing to build 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-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091397#comment-13091397 ] Todd Lipcon commented on MAPREDUCE-2883: ---------------------------------------- {noformat} -compile-fault-inject: [echo] Start weaving aspects in place [iajc] /home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JobTrackerAspect.aj:193 [error] The method setUser(String) is undefined for the type JobTracker [iajc] tracker.setUser(ugi.getShortUserName()); [iajc] [iajc] /home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JobTrackerAspect.aj:198 [error] The method setReady(boolean) is undefined for the type JobTracker [iajc] tracker.setReady(true); [iajc] ^^^ [iajc] /home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapreduce/ClusterAspect.aj:24 [warning] this affected type is not exposed to the weaver: org.apache.hadoop.mapreduce.Cluster [Xlint:typeNotExposedToWeaver] [iajc] public ClientProtocol Cluster.getClientProtocol() { [iajc] ^^^^^^^^^^^^^^^^ [iajc] [Xlint:typeNotExposedToWeaver] [iajc] /home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapreduce/ClusterAspect.aj:25 [warning] this affected type is not exposed to the weaver: org.apache.hadoop.mapreduce.Cluster (needed for privileged access) [Xlint:typeNotExposedToWeaver] [iajc] return client; [iajc] ^ [iajc] [Xlint:typeNotExposedToWeaver] [iajc] /home/todd/git/hadoop-common/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapred/JobInProgress.java:660 [error] The method verifyHostnames(String[]) is undefined for the type NetUtils [iajc] NetUtils.verifyHostnames(split.getLocations()); [iajc] ^^^^^^^^ [iajc] /home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JTProtocolAspect.aj:41 [warning] this affected type is not exposed to the weaver: org.apache.hadoop.mapreduce.protocol.ClientProtocol [Xlint:typeNotExposedToWeaver] [iajc] declare parents : ClientProtocol extends JTProtocol; [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [iajc] [Xlint:typeNotExposedToWeaver] [iajc] /home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JobClientAspect.aj:27 [warning] this affected type is not exposed to the weaver: org.apache.hadoop.mapred.JobClient [Xlint:typeNotExposedToWeaver] [iajc] public ClientProtocol JobClient.getProtocol() { [iajc] ^^^^^^^^^^ [iajc] [Xlint:typeNotExposedToWeaver] [iajc] /home/todd/git/hadoop-common/hadoop-mapreduce-project/src/test/system/aop/org/apache/hadoop/mapred/JobClientAspect.aj:31 [warning] this affected type is not exposed to the weaver: org.apache.hadoop.mapred.JobClient [Xlint:typeNotExposedToWeaver] [iajc] public void JobClient.killJob(JobID id) throws IOException,InterruptedException { [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [iajc] [Xlint:typeNotExposedToWeaver] [iajc] [iajc] 3 errors, 5 warnings {noformat} > MR FI tests failing to build > ---------------------------- > > Key: MAPREDUCE-2883 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2883 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: test > Affects Versions: 0.23.0 > Reporter: Todd Lipcon > Priority: Critical > Fix For: 0.23.0 > > > running ant mvn-install in hadoop-mapreduce-project on branch-0.23 fails in the fault injection compilation -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira