Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 8631 invoked from network); 20 Aug 2010 09:18:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Aug 2010 09:18:40 -0000 Received: (qmail 56191 invoked by uid 500); 20 Aug 2010 09:18:40 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 56088 invoked by uid 500); 20 Aug 2010 09:18:38 -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 56080 invoked by uid 99); 20 Aug 2010 09:18:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 09:18:37 +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, 20 Aug 2010 09:18:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7K9IGCJ015374 for ; Fri, 20 Aug 2010 09:18:16 GMT Message-ID: <21675400.466161282295896587.JavaMail.jira@thor> Date: Fri, 20 Aug 2010 05:18:16 -0400 (EDT) From: "Amareshwari Sriramadasu (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-2022) trunk build broken In-Reply-To: <15484582.465421282292537208.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-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu updated MAPREDUCE-2022: ----------------------------------------------- Status: Patch Available (was: Open) Trunk compiles with patch. The modified test TestSubmitJob passes with the patch. > trunk build broken > ------------------ > > Key: MAPREDUCE-2022 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2022 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: test > Affects Versions: 0.22.0 > Reporter: Amareshwari Sriramadasu > Assignee: Amareshwari Sriramadasu > Priority: Blocker > Fix For: 0.22.0 > > Attachments: patch-2022.txt > > > Trunk compilation fails with following errors: > [javac] /home/amarsri/workspace/trunk/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:267: getListing(java.lang.String,byte[],boolean) in org.apache.hadoop.hdfs.protocol.ClientProtocol cannot be applied to (java.lang.String,byte[]) > [javac] client.getListing( > [javac] ^ > [javac] /home/amarsri/workspace/trunk/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:281: getListing(java.lang.String,byte[],boolean) in org.apache.hadoop.hdfs.protocol.ClientProtocol cannot be applied to (java.lang.String,byte[]) > [javac] client.getListing( > [javac] ^ > This is due to commit of HDFS-202 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.