Details
-
Sub-task
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
2.7.1
-
None
-
None
Description
The following snapshot APIs should be documented in the FileSystem specification.
- createSnapshot(Path path)
- createSnapshot(Path path, String snapshotName)
- renameSnapshot(Path path, String snapshotOldName, String snapshotNewName)
- deleteSnapshot(Path path, String snapshotName)
Attachments
Attachments
Issue Links
- is required by
-
HADOOP-11981 Add storage policy APIs to filesystem docs
- Open