[
https://issues.apache.org/jira/browse/HADOOP-17851?focusedWorklogId=642269&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-642269
]
ASF GitHub Bot logged work on HADOOP-17851:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Aug/21 10:58
Start Date: 26/Aug/21 10:58
Worklog Time Spent: 10m
Work Description: steveloughran commented on pull request #3312:
URL: https://github.com/apache/hadoop/pull/3312#issuecomment-906302865
not compiling I'm afraid. other than that though, looks good
we need a test to verify that directory markers still are tagged as this.
Rather than add a new test, just patch `ITestXAttrCost` to set the content
encoding before the dir.
Actually, looking at that existing test suite, I think you could tune those
tests to check the content option too. The current tests look for the default
content encoding...if in the test setup you set it to gzip, all the probes in
that test could be changed to look for it and they would then be validating
your code.
And then, your new suite only needs to cover new behaviours, like rename.
(Yes, I know, mixing things is a key forbidden aspect of JUnit tests, but
I'm looking at saving $ as well as execution time.)
--
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: 642269)
Time Spent: 1h 50m (was: 1h 40m)
> Support user specified content encoding for S3A
> -----------------------------------------------
>
> Key: HADOOP-17851
> URL: https://issues.apache.org/jira/browse/HADOOP-17851
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3
> Affects Versions: 3.3.1
> Reporter: Holden Karau
> Assignee: Holden Karau
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> User-specified object content-encoding (part of the object metadata) is
> important for allowing compressed files to be processed in the AWS ecosystem.
> We should allow the user to specify the content encoding of the files being
> written.
> metadata can not be changed after a file is written without a rewrite.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]