Class SnappyCompressionCodec

Object
org.apache.spark.io.SnappyCompressionCodec
All Implemented Interfaces:
CompressionCodec

public class SnappyCompressionCodec extends Object implements CompressionCodec
:: DeveloperApi :: Snappy implementation of CompressionCodec. Block size can be configured by spark.io.compression.snappy.blockSize.

Note:
The wire protocol for this codec is not guaranteed to be compatible across versions of Spark. This is intended for use as an internal compression utility within a single Spark application.