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/07 19:43:25 UTC

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

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


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

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman resolved HBASE-566.
---------------------------------

    Resolution: Fixed

Closing this issue as it will be a part of the HBASE-589 patch

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


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

Posted by "Jim Kellerman (JIRA)" <ji...@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.