Our hadoop cluster using snappy as default codec. Hadoop job reduce output file name is like part-r-00000.snappy
. JSnappy fails to decompress the file bcz JSnappy requires the file start with SNZ. The reduce output file start with some bytes 0 somehow.
How could I decompress the file?