kubo / snzip

Snzip, a compression/decompression tool based on snappy
Other
217 stars 30 forks source link

snappy-hadoop - attempt to uncompress give `already has snappy suffix` #18

Closed naoko closed 7 years ago

naoko commented 7 years ago

I like to have guidance please. I've created test.txt and ran: snzip -t hadoop-snappy test.txt it compressed fine by creating test.txt.snappy I then attempt to uncompress by running snzip test.txt.snappy and it gives me this error test.txt.snappy already has snappy suffix any advice would be appriciated.

Thank you

naoko commented 7 years ago

Nevermind! I had to pass -d flag. I think README file might be misleading. If I may, I can add changes to it.