Hi, I'm trying to read the map output on the reduce side LocalFileSytem class. The map output is on the local file system. The problem with that, it's because it throws a ChecksumException.
I know that checksums are verified when the file is read, and since, it throws a ChecksumException, something went wrong. The problem is that I don't know what's happening. How can I solve this problem? Thanks, -- Pedro