Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
-
Reviewed
Description
Currently, ViewFileSystem does not dispatch snapshot methods through the mount table. All snapshot methods throw UnsupportedOperationException, even though the underlying mount points could be HDFS instances that support snapshots. We need to update ViewFileSystem to implement the snapshot methods.