Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 71367 invoked from network); 30 Apr 2010 17:27:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Apr 2010 17:27:16 -0000 Received: (qmail 224 invoked by uid 500); 30 Apr 2010 17:27:16 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 199 invoked by uid 500); 30 Apr 2010 17:27:16 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 191 invoked by uid 99); 30 Apr 2010 17:27:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 17:27:15 +0000 X-ASF-Spam-Status: No, hits=-1373.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 17:27:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3UHQssn015635 for ; Fri, 30 Apr 2010 17:26:54 GMT Message-ID: <2752507.35791272648414600.JavaMail.jira@thor> Date: Fri, 30 Apr 2010 13:26:54 -0400 (EDT) From: "Hairong Kuang (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Updated: (HDFS-1089) Remove uses of FileContext#isFile, isDirectory and exists In-Reply-To: <162860106.5281270698996705.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/HDFS-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-1089: -------------------------------- Status: Resolved (was: Patch Available) Hadoop Flags: [Reviewed] Resolution: Fixed I've just committed this. Thanks Eli! > Remove uses of FileContext#isFile, isDirectory and exists > --------------------------------------------------------- > > Key: HDFS-1089 > URL: https://issues.apache.org/jira/browse/HDFS-1089 > Project: Hadoop HDFS > Issue Type: Improvement > Components: test > Reporter: Eli Collins > Assignee: Eli Collins > Fix For: 0.21.0 > > Attachments: hdfs-1089-1.patch > > > Here's an HDFS jira for the second part of HADOOP-6678: removing uses of FileContext#isFile, isDirectory and exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.