[
https://issues.apache.org/jira/browse/HADOOP-17825?focusedWorklogId=634650&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-634650
]
ASF GitHub Bot logged work on HADOOP-17825:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Aug/21 16:24
Start Date: 05/Aug/21 16:24
Worklog Time Spent: 10m
Work Description: viirya commented on pull request #3250:
URL: https://github.com/apache/hadoop/pull/3250#issuecomment-893592758
Last CI failure looks unrelated:
```
[ERROR] Failed to execute goal on project hadoop-yarn-common: Could not
resolve dependencies for project
org.apache.hadoop:hadoop-yarn-common:jar:3.4.0-SNAPSHOT: Failed to collect
dependencies at com.sun.jersey:jersey-client:jar:1.19: Failed to read artifact
descriptor for com.sun.jersey:jersey-client:jar:1.19: Could not transfer
artifact com.sun.jersey:jersey-client:pom:1.19 from/to central
(https://repo.maven.apache.org/maven2): Transfer failed for
https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.pom:
Connection reset -> [Help 1]
```
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 634650)
Time Spent: 11h 20m (was: 11h 10m)
> 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
> Labels: pull-request-available
> Time Spent: 11h 20m
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]