Details
Description
Remove the following:
/** Delete a file. */ /** @deprecated Use delete(Path, boolean) instead */ @Deprecated public abstract boolean delete(Path f) throws IOException;
Attachments
Attachments
Issue Links
- relates to
-
HIVE-841 Context.java Uses Deleted (previously Deprecated) Hadoop Methods
- Closed