viirya opened a new pull request #3250:
URL: https://github.com/apache/hadoop/pull/3250


   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 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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to