Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 B68A0912D for ; Sat, 18 Feb 2012 02:18:23 +0000 (UTC) Received: (qmail 23942 invoked by uid 500); 18 Feb 2012 02:18:23 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 23881 invoked by uid 500); 18 Feb 2012 02:18:23 -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 23871 invoked by uid 99); 18 Feb 2012 02:18:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2012 02:18:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Sat, 18 Feb 2012 02:18:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DE1861BD34E for ; Sat, 18 Feb 2012 02:17:59 +0000 (UTC) Date: Sat, 18 Feb 2012 02:17:59 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <2070392386.53243.1329531479911.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1852278017.23509.1328861999543.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-8054) NPE with FilterFileSystem 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-8054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210762#comment-13210762 ] Hudson commented on HADOOP-8054: -------------------------------- Integrated in Hadoop-Hdfs-trunk-Commit #1822 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1822/]) HADOOP-8054. Committing to 0.23.1. (Revision 1245837) Result = SUCCESS acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1245837 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt > NPE with FilterFileSystem > ------------------------- > > Key: HADOOP-8054 > URL: https://issues.apache.org/jira/browse/HADOOP-8054 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Affects Versions: 0.23.1 > Reporter: Amareshwari Sriramadasu > Assignee: Daryn Sharp > Priority: Critical > Fix For: 0.23.2 > > Attachments: HADOOP-8054.patch, HADOOP-8054.patch, HADOOP-8054.patch, HADOOP-8054.patch > > > While running Hive tests, I'm seeing the following exception with 0.23.1, > {noformat} > ava.lang.NullPointerException > at org.apache.hadoop.fs.FileSystem.getDefaultBlockSize(FileSystem.java:1901) > at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:447) > at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:351) > at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:351) > at org.apache.hadoop.fs.ProxyFileSystem.getFileStatus(ProxyFileSystem.java:247) > at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:351) > at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1165) > at org.apache.hadoop.fs.FileUtil.checkDest(FileUtil.java:390) > at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:242) > at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:232) > {noformat} > Did not see this with 0.23.0, though. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira