snappy-java icon indicating copy to clipboard operation
snappy-java copied to clipboard

Unable to decompress

Open sxganapa opened this issue 6 years ago • 2 comments

I have snappy format files which I want to decompress. I am getting error, failed_to_uncompress(5) . Not sure why? What are the reasons I could get this error?

Thanks

sxganapa avatar Oct 24 '19 21:10 sxganapa

I guess the data is not compressed with snappy compatible format. See also https://github.com/xerial/snappy-java#compatibility-notes

xerial avatar Nov 04 '19 22:11 xerial

Is there an example of decompressing *.snappy file using SnappyHadoopCompatibleOutputStream ? I have snappy compressed files created from AWS Firehose which uses hadoop snappy compression.

AnumSheraz avatar Jan 04 '20 00:01 AnumSheraz