apurtell commented on pull request #3691:
URL: https://github.com/apache/hbase/pull/3691#issuecomment-930458359


   Rebased on HEAD of master branch. 
   
   Similar to the _hbase-compression-snappy_ module, implemented with the 
Xerial snappy JNI wrapper, for those who would prefer that over the 
aircompressor pure Java option or the Hadoop native codec, I have added an 
_hbase-compression-zstd_ module, which implements ZStandard support with the 
BSD licensed JNI wrapper [zstd-jni](https://github.com/luben/zstd-jni/), for 
those who would prefer it over the (limited/in development) aircompressor pure 
Java option or the Hadoop native codec.
   
   This addition was completed with less than 30 minutes of effort, and another 
30 minutes or so for testing, which demonstrates how these compression modules 
can be used to implement support for additional options easily. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to