Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 660 invoked from network); 13 Feb 2010 00:23:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Feb 2010 00:23:57 -0000 Received: (qmail 56866 invoked by uid 500); 13 Feb 2010 00:23:57 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 56795 invoked by uid 500); 13 Feb 2010 00:23:57 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 56784 invoked by uid 99); 13 Feb 2010 00:23:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Feb 2010 00:23:57 +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, 13 Feb 2010 00:23:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DB000234C48D for ; Fri, 12 Feb 2010 16:23:27 -0800 (PST) Message-ID: <129426326.245441266020607895.JavaMail.jira@brutus.apache.org> Date: Sat, 13 Feb 2010 00:23:27 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (HADOOP-6560) HarFileSystem throws NPE for har://hdfs-/foo 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/HADOOP-6560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HADOOP-6560: ------------------------------------------- Attachment: c6560_20100212.patch Thanks Steve for looking at it. c6560_20100212.patch: added a test. > HarFileSystem throws NPE for har://hdfs-/foo > -------------------------------------------- > > Key: HADOOP-6560 > URL: https://issues.apache.org/jira/browse/HADOOP-6560 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Mahadev konar > Fix For: 0.22.0 > > Attachments: c6560_20100211.patch, c6560_20100212.patch > > > {noformat} > -bash-3.1$ hadoop distcp -Dmapred.job.queue.name=${JOBQ} har://hdfs-/user/tsz/t10_4.har/t10_4 t10_4_distcp t10_4_distcp > 10/01/28 23:20:45 INFO tools.DistCp: srcPaths=[har://hdfs-/user/tsz/t10_4.har/t10_4] > 10/01/28 23:20:45 INFO tools.DistCp: destPath=t10_4_distcp > With failures, global counters are inaccurate; consider running with -i > Copy failed: java.lang.NullPointerException > at org.apache.hadoop.fs.HarFileSystem.decodeHarURI(HarFileSystem.java:184) > at org.apache.hadoop.fs.HarFileSystem.initialize(HarFileSystem.java:95) > ... > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.