You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/04/24 00:15:21 UTC

[jira] Assigned: (HBASE-566) Hadoop has deprecated FileSystem.delete(Path) in favor of FileSystem.delete(Path, boolean)

     [ https://issues.apache.org/jira/browse/HBASE-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman reassigned HBASE-566:
-----------------------------------

    Assignee: Jim Kellerman

> 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: Minor
>
> 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.