Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.5.1
-
None
-
None
-
None
Description
Flume uses reflection to call isFileClosed() which is a method implemented by DFS but not part of the FileSystem abstract base class. It still works if the function is not implemented, but issues a lot of warnings and is distracting. It would help make it work smoother if we added the same method in the NativeAzureFileSystem class.