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