Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 38034 invoked from network); 24 Mar 2010 01:36:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Mar 2010 01:36:48 -0000 Received: (qmail 87803 invoked by uid 500); 24 Mar 2010 01:36:48 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 87762 invoked by uid 500); 24 Mar 2010 01:36:48 -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 87649 invoked by uid 99); 24 Mar 2010 01:36:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 01:36:48 +0000 X-ASF-Spam-Status: No, hits=-1114.3 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; Wed, 24 Mar 2010 01:36:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 829FE234C4B9 for ; Wed, 24 Mar 2010 01:36:27 +0000 (UTC) Message-ID: <1337811945.450331269394587534.JavaMail.jira@brutus.apache.org> Date: Wed, 24 Mar 2010 01:36:27 +0000 (UTC) From: "Mahadev konar (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6645) Bugs on listStatus for HarFileSystem In-Reply-To: <1431796661.359781268988687311.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/HADOOP-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849003#action_12849003 ] Mahadev konar commented on HADOOP-6645: --------------------------------------- I tried a short cut of copying hadoop-core.jar from the common build to build/ivy/lib..... looks like ivy does some weird thing where it replaces it with the one fetched from ivy cache. but clean up everything and use maven install seems to work.... I wonder why we have to use ivy for all this (maven all over would have been a better choice).... > Bugs on listStatus for HarFileSystem > ------------------------------------ > > Key: HADOOP-6645 > URL: https://issues.apache.org/jira/browse/HADOOP-6645 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.22.0 > Reporter: Rodrigo Schmidt > Assignee: Rodrigo Schmidt > Fix For: 0.22.0 > > Attachments: HADOOP-6645.hotfix.patch, HADOOP-6645.patch > > > Two bugs on listStatus for HarFileSystem: > 1) consider the following directory tree inside a hadoop archive > /foo > /foo/bar1 > /fooo > /fooo/bar2 > In this case, listStatus(new Path("/foo")) will include /fooo/bar2 because fileStatusesInIndex is testing a prefix. > 2) HADOOP-6591 didn't take into consideration method fileStatusesInIndex(), and archives v2 return empty results for listStatus() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.