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 361A49C7B for ; Sat, 18 Feb 2012 13:03:22 +0000 (UTC) Received: (qmail 66053 invoked by uid 500); 18 Feb 2012 13:03:21 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 65997 invoked by uid 500); 18 Feb 2012 13:03:21 -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 65882 invoked by uid 99); 18 Feb 2012 13:03:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2012 13:03:21 +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 13:03: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 01E841BE47C for ; Sat, 18 Feb 2012 13:03:00 +0000 (UTC) Date: Sat, 18 Feb 2012 13:03:00 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <2045207408.54026.1329570180009.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 [ https://issues.apache.org/jira/browse/HADOOP-8054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210919#comment-13210919 ] Hudson commented on HADOOP-8054: -------------------------------- Integrated in Hadoop-Hdfs-0.23-Build #172 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/172/]) HADOOP-8054. Committing to 0.23.1. (Revision 1245839) svn merge -c 1245637 from trunk to 0.23 FIXES HADOOP-8054 NPE with FilterFileSystem (Daryn Sharp via bobby) (Revision 1245643) Result = SUCCESS acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1245839 Files : * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1245643 Files : * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FilterFileSystem.java * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/LocalFileSystem.java * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFilterFileSystem.java > 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.1 > > 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