Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 31588 invoked from network); 23 Apr 2008 22:22:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 22:22:52 -0000 Received: (qmail 47429 invoked by uid 500); 23 Apr 2008 22:22:53 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 47418 invoked by uid 500); 23 Apr 2008 22:22:53 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 47407 invoked by uid 99); 23 Apr 2008 22:22:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 15:22:53 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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, 23 Apr 2008 22:22:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A569F234C102 for ; Wed, 23 Apr 2008 15:19:26 -0700 (PDT) Message-ID: <312404869.1208989166676.JavaMail.jira@brutus> Date: Wed, 23 Apr 2008 15:19:26 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-566) Hadoop has deprecated FileSystem.delete(Path) in favor of FileSystem.delete(Path, boolean) In-Reply-To: <466815671.1207590205814.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HBASE-566: -------------------------------- Fix Version/s: 0.2.0 Priority: Blocker (was: Minor) Making a blocker for 0.2.0 > Hadoop has deprecated FileSystem.delete(Path) in favor of FileSystem.delete(Path, boolean) > ------------------------------------------------------------------------------------------ > > Key: HBASE-566 > URL: https://issues.apache.org/jira/browse/HBASE-566 > Project: Hadoop HBase > Issue Type: Task > Affects Versions: 0.2.0 > Reporter: Jim Kellerman > Assignee: Jim Kellerman > Priority: Blocker > Fix For: 0.2.0 > > > Hadoop has deprecated FileSystem.delete(Path) in favor of FileSystem.delete(Path, boolean). HBase code should be updated to not use deprecated methods. Additionally, since the new FileSystem.delete API now supports recursive delete, we can change uses of FSUtil.fullyDelete(Path) to use FileSystem.delete(Path, true) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.