You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "L. C. Hsieh (Jira)" <ji...@apache.org> on 2021/07/31 03:14:00 UTC

[jira] [Commented] (HADOOP-17825) Add BuiltInGzipCompressor

    [ https://issues.apache.org/jira/browse/HADOOP-17825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390845#comment-17390845 ] 

L. C. Hsieh commented on HADOOP-17825:
--------------------------------------

The patch is ready locally. Wait for approval internal. Will submit it later.

> Add BuiltInGzipCompressor
> -------------------------
>
>                 Key: HADOOP-17825
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17825
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: L. C. Hsieh
>            Priority: Major
>
> Currently, GzipCodec only supports BuiltInGzipDecompressor, if native zlib is not loaded. So, without Hadoop native codec installed, saving SequenceFile using GzipCodec will throw exception like "SequenceFile doesn't work with GzipCodec without native-hadoop code!"
> Same as other codecs which we migrated to using prepared packages (lz4, snappy), it will be better if we support GzipCodec generally without Hadoop native codec installed. Similar to BuiltInGzipDecompressor, we can use Java Deflater to support BuiltInGzipCompressor.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org