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.