Details
Description
The FileContext API (HADOOP-4952) provides an improved interface for the application writer.
This lets us simplify the FileSystem API since it will no longer need to deal with notions of default filesystem [ / ], wd, and config
defaults for blocksize, replication factor etc. Further it will not need the many overloaded methods for create() and open() since
the FileContext API provides that convenience.
The FileSystem API can be simplified and can now be restricted to those implementing new file systems.
This jira proposes that we create new file system API, and deprecate FileSystem API after a few releases.
Attachments
Attachments
Issue Links
- is depended upon by
-
HDFS-702 Add Hdfs Impl for the new file system interface
- Closed
- is related to
-
HADOOP-4952 Improved files system interface for the application writer.
- Closed
-
HADOOP-6324 FileSystem API should allow progress callbacks in rename and delete
- Open
- relates to
-
HADOOP-6265 Remove deprecated protected methods added to FileSystem to support FileContext.
- Open
-
HADOOP-4357 Rename all the FSXxx classes to FsXxx
- Resolved