Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A26C9200AC6 for ; Sun, 1 May 2016 05:07:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9EA17160131; Sun, 1 May 2016 05:07:14 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2077E1609A7 for ; Sun, 1 May 2016 05:07:13 +0200 (CEST) Received: (qmail 94737 invoked by uid 500); 1 May 2016 03:07:13 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 94376 invoked by uid 99); 1 May 2016 03:07:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 May 2016 03:07:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EAA962C1F64 for ; Sun, 1 May 2016 03:07:12 +0000 (UTC) Date: Sun, 1 May 2016 03:07:12 +0000 (UTC) From: "Yuanbo Liu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-10276) Different results for exist call for file.ext/name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 01 May 2016 03:07:14 -0000 [ https://issues.apache.org/jira/browse/HDFS-10276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuanbo Liu updated HDFS-10276: ------------------------------ Status: Patch Available (was: In Progress) > Different results for exist call for file.ext/name > -------------------------------------------------- > > Key: HDFS-10276 > URL: https://issues.apache.org/jira/browse/HDFS-10276 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Kevin Cox > Assignee: Yuanbo Liu > Attachments: HDFS-10276.001.patch, HDFS-10276.002.patch, HDFS-10276.003.patch, HDFS-10276.004.patch > > > Given you have a file {{/file}} an existence check for the path {{/file/whatever}} will give different responses for different implementations of FileSystem. > LocalFileSystem will return false while DistributedFileSystem will throw {{org.apache.hadoop.security.AccessControlException: Permission denied: ..., access=EXECUTE, ...}} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org