|
|
-
hadoop fs -text cannot get .deflate file decompressedRichard 2013-01-31, 06:39
I got some hive generated files with .defate extension. I know this is a compressed file.
It is not my data so i canot change the option to uncompressed. I just want to view the file content. But when I used hadoop fs -text, i cannot get plaintext output. The output is still binary. How can I fix this problem? Thanks. |