fingltd / 4mc

4mc - splittable lz4 and zstd in hadoop/spark/flink
Other
108 stars 36 forks source link

Add ZstCodec support #16

Closed advancedxy closed 7 years ago

advancedxy commented 7 years ago

This commit adds a ZstCodec, which can be used to generate/read zstd compression format compliant files(generate compressed files can be read by the standard zstd binary, and read zstd compressed files). It also adds one codec test.

ping @carlomedas. You need to rebuild libhadoop-4mc before testing.

advancedxy commented 7 years ago

ping @carlomedas .