From mapreduce-issues-return-12185-apmail-hadoop-mapreduce-issues-archive=hadoop.apache.org@hadoop.apache.org Thu Apr 01 17:06:48 2010 Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 29128 invoked from network); 1 Apr 2010 17:06:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 17:06:48 -0000 Received: (qmail 70064 invoked by uid 500); 1 Apr 2010 17:06:48 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 70040 invoked by uid 500); 1 Apr 2010 17:06:48 -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 70032 invoked by uid 99); 1 Apr 2010 17:06:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 17:06:48 +0000 X-ASF-Spam-Status: No, hits=-1196.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 17:06:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6DB90234C4CF for ; Thu, 1 Apr 2010 17:06:27 +0000 (UTC) Message-ID: <1767191609.637971270141587448.JavaMail.jira@brutus.apache.org> Date: Thu, 1 Apr 2010 17:06:27 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1602) When the src does not exist, archive shows IndexOutOfBoundsException In-Reply-To: <2032781281.299821268776347250.JavaMail.jira@brutus.apache.org> 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-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852461#action_12852461 ] Hudson commented on MAPREDUCE-1602: ----------------------------------- Integrated in Hadoop-Mapreduce-trunk #276 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk/276/]) . Fix the error message for the case that src does not exist. > When the src does not exist, archive shows IndexOutOfBoundsException > -------------------------------------------------------------------- > > Key: MAPREDUCE-1602 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1602 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: harchive > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Fix For: 0.22.0 > > Attachments: m1602_20100329.patch, m1602_20100330.patch > > > {noformat} > -bash-3.1$ $H archive -archiveName foo.har -p / src-not-exists dst > IndexOutOfBoundsException in archives > Index: 0, Size: 0 > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.