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

Is there a way to uncompress the hadoop snappy file?

Open hengfengli opened this issue 6 years ago • 1 comments

Hi there,

I would like to uncompress some hadoop-format snappy files. Is it possible to do it with snappy-java?

Cheers.

hengfengli avatar Oct 30 '18 03:10 hengfengli

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.

xerial avatar Oct 31 '18 01:10 xerial