snappy-java
snappy-java copied to clipboard
Unable to decompress
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
I guess the data is not compressed with snappy compatible format. See also https://github.com/xerial/snappy-java#compatibility-notes
Is there an example of decompressing *.snappy file using SnappyHadoopCompatibleOutputStream ? I have snappy compressed files created from AWS Firehose which uses hadoop snappy compression.