This is an automated email from the ASF dual-hosted git repository.
stevel pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from 55f4baf HDFS-16501. Print the exception when reporting a bad block
(#4062)
new ebdd877 HADOOP-17851. S3A to support user-specified content encoding
(#3498)
new b749438 HADOOP-14661. Add S3 requester pays bucket support to S3A
(#3962)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/hadoop/fs/s3a/Constants.java | 15 +++
.../hadoop/fs/s3a/DefaultS3ClientFactory.java | 8 ++
.../org/apache/hadoop/fs/s3a/S3AFileSystem.java | 5 +
.../org/apache/hadoop/fs/s3a/S3ClientFactory.java | 4 +-
.../apache/hadoop/fs/s3a/api/RequestFactory.java | 6 ++
.../hadoop/fs/s3a/impl/HeaderProcessing.java | 2 +-
.../hadoop/fs/s3a/impl/RequestFactoryImpl.java | 72 ++++++++-----
.../src/site/markdown/tools/hadoop-aws/index.md | 30 ++++++
.../src/site/markdown/tools/hadoop-aws/testing.md | 25 +++++
.../tools/hadoop-aws/troubleshooting_s3a.md | 14 +++
.../hadoop/fs/s3a/ITestS3AContentEncoding.java | 93 +++++++++++++++++
.../hadoop/fs/s3a/ITestS3ARequesterPays.java | 113 +++++++++++++++++++++
.../org/apache/hadoop/fs/s3a/S3ATestConstants.java | 11 ++
13 files changed, 371 insertions(+), 27 deletions(-)
create mode 100644
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AContentEncoding.java
create mode 100644
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3ARequesterPays.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]