hadoop-crypto icon indicating copy to clipboard operation
hadoop-crypto copied to clipboard

Override all create and open methods in EncryptedFileSystem

Open ellisjoe opened this issue 7 years ago • 0 comments

Now that EncryptedFileSystem extends FilterFileSystem, many of the create and open methods will not get forwarded to the create and open methods currently implemented by FilterFileSystem (see: https://github.com/palantir/hadoop-crypto/pull/104). To fix this we either need to go back to implementing FileSystem and overriding all of the methods that are known to be broken (eg: copyFromLocal), or continue to extend FilterFilesystem and override all of the create and open methods.

ellisjoe avatar Jan 23 '18 13:01 ellisjoe