Re: FileSystem.getFileChecksum() returns null on LocalFileSystem

2012-11-14 Thread Eli Collins
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

2012-11-14 Thread Hans Uhlig
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?