You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/05/09 21:38:10 UTC

[GitHub] milleruntime opened a new issue #483: Refactor Compression.java

milleruntime opened a new issue #483: Refactor Compression.java
URL: https://github.com/apache/accumulo/issues/483
 
 
   Follow on to #438.  We forked Compression.java from Hadoop at one point and then continued adding new compression Codecs to this enum.  The only codecs Hadoop has in this class are just GZ and LZO: https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/file/tfile/Compression.java
   So there is no need for us to have this class the way it is and we can condense the enum, reducing duplicate code.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services