snappy-java
snappy-java copied to clipboard
Is there a way to uncompress the hadoop snappy file?
Hi there,
I would like to uncompress some hadoop-format snappy files. Is it possible to do it with snappy-java
?
Cheers.
Currently no. HadoopCompatibleOutputStream for compressing data in Hadoop compatible format is contributed via PR. So, technically it should be possible to read the hadoop snappy format by implementing HadoopCompatibleInputStream.