How to decompress the hadoop reduce output file end with snappy? How to decompress the hadoop reduce output file end with snappy? hadoop hadoop

How to decompress the hadoop reduce output file end with snappy?


Use "Hadoop fs -text" to read this file and pipe it to txt file.ex:

hadoop fs -text part-r-00001.snappy > /tmp/mydatafile.txt