Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7.3
-
None
-
None
-
No incompatible changes
Description
Although BZip2 is Sloooow, it still has great value in archiving and getting the client the best numbers for Cost per TB.
Here are the steps I'm planning on doing:
1. Add a child class to Codec that will live in the org.apache.trevni package. This new codec will support BZip2
2. Update Codec's get method to support BZip2
3. Add a dependencies to trevni core for apache common-compression
4. Add unit test to confirm compression and decompression is working as desired.