org.apache.spark.sql.execution.streaming
Default implementation of FileManager using newer FileContext API.
A simple trait to abstract out the file management operations needed by HDFSMetadataLog.
Implementation of FileManager using older FileSystem API.
Implementation of FileManager using older FileSystem API. Note that this implementation cannot provide atomic renaming of paths, hence can lead to consistency issues. This should be used only as a backup option, when FileContextManager cannot be used.