Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 69733 invoked from network); 6 Feb 2010 01:46:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2010 01:46:52 -0000 Received: (qmail 43324 invoked by uid 500); 6 Feb 2010 01:46:51 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 43274 invoked by uid 500); 6 Feb 2010 01:46:51 -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 43085 invoked by uid 99); 6 Feb 2010 01:46:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2010 01:46:51 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2010 01:46:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F1687234C4B4 for ; Fri, 5 Feb 2010 17:46:27 -0800 (PST) Message-ID: <2024744858.91011265420787987.JavaMail.jira@brutus.apache.org> Date: Sat, 6 Feb 2010 01:46:27 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1399) The archive command shows a null error message In-Reply-To: <1297831772.15601264197261669.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated MAPREDUCE-1399: ---------------------------------------------- Attachment: m1399_20100205trunk2.patch m1399_20100205trunk2.patch: one of the existing test actually expecting NullPointerException. Changed it. > The archive command shows a null error message > ---------------------------------------------- > > Key: MAPREDUCE-1399 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1399 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: harchive > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Mahadev konar > Fix For: 0.22.0 > > Attachments: m1399_20100204.patch, m1399_20100205.patch, m1399_20100205trunk.patch, m1399_20100205trunk2.patch, MAPREDUCE-1399.patch > > > {noformat} > bash-3.1$ hadoop archive -archiveName foo.har -p . foo . > Exception in archives > null > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.