Re: FileSystem.getFileChecksum() returns null on LocalFileSystem
It's not implemented for local file system (RawLocalFileSystem), see the javadoc from FileSystem: * @return The file checksum. The default return value is null, * which indicates that no checksum algorithm is implemented * in the corresponding FileSystem. Given that LocalFileSystem ex
FileSystem.getFileChecksum() returns null on LocalFileSystem
This seems to return null always, despite the fact that it should return a checksum for the file. Has this been disabled since the doc was written?