ChecksumFileSystem does not override the following method
public FSDataOutputStream create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) throws IOException
As a consequence, when creating a file with LocalFileSystem and the create method above, no checksum will be created.
- is related to
-
HADOOP-4292 append() does not work for LocalFileSystem
-
- Closed
-
-
HADOOP-4328 Some convenient methods in the FileSystem API should be final.
-
- Closed
-