Steve Loughran
42d9beaa1d
HADOOP-13158 S3AFileSystem#toString might throw NullPointerException due to null cannedACL. (Chris Nauroth via stevel)
2016-05-17 13:18:51 +01:00
Steve Loughran
a84850b4ca
HADOOP-13113 Enable parallel test execution for hadoop-aws. Chris Nauroth via stevel
2016-05-13 10:46:15 +01:00
Steve Loughran
8d74a58042
HADOOP-13028 add low level counter metrics for S3A; use in read performance tests. contributed by: stevel
...
patch includes
HADOOP-12844 Recover when S3A fails on IOException in read()
HADOOP-13058 S3A FS fails during init against a read-only FS if multipart purge
HADOOP-13047 S3a Forward seek in stream length to be configurable
2016-05-12 19:23:18 +01:00
Steve Loughran
9cbb942465
HADOOP-13116 Jets3tNativeS3FileSystemContractTest does not run.
2016-05-12 16:36:10 +01:00
Steve Loughran
af5e5d6d47
HADOOP-13122 Customize User-Agent header sent in HTTP requests by S3A. Chris Nauroth via stevel.
2016-05-12 13:56:48 +01:00
Chris Nauroth
bbd463b3b2
HADOOP-12801. Suppress obsolete S3FileSystem tests. Contributed by Chris Nauroth.
...
(cherry picked from commit d3dbfa7feee7922ddcd0b2e97898adf4e0c37de3)
(cherry picked from commit ba48834431
)
2016-05-10 15:14:42 -07:00
Steve Loughran
11b170adc8
HADOOP-12982 Document missing S3A and S3 properties. (Wei-Chiu Chuang via stevel)
2016-05-10 21:40:23 +01:00
Steve Loughran
5df89f9a8a
HADOOP-12891. S3AFileSystem should configure Multipart Copy threshold and chunk size. (Andrew Olson via stevel)
2016-04-22 11:24:24 +01:00
Steve Loughran
4d90014560
HADOOP-12963 Allow using path style addressing for accessing the s3 endpoint. (Stephen Montgomery via stevel)
2016-04-14 12:45:26 +01:00
Steve Loughran
f6351519b1
HADOOP-12444 Support lazy seek in S3AInputStream. Rajesh Balamohan via stevel
2016-04-09 11:24:39 +01:00
Chris Nauroth
1b5b85e560
HADOOP-12994. Specify PositionedReadable, add contract tests, fix problems. Contributed by Steve Loughran.
...
(cherry picked from commit 843ee8d59d
)
(cherry picked from commit 26a23eff82
)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSInputStream.java
2016-04-08 13:44:27 -07:00
Steve Loughran
4d7162e934
HADOOP-12169 ListStatus on empty dir in S3A lists itself instead of returning an empty list. author: Pieter Reuse. - omitted new S3A subclass
2016-04-04 17:00:51 +01:00
Steve Loughran
ab67b50543
HADOOP-12169 ListStatus on empty dir in S3A lists itself instead of returning an empty list. author: Pieter Reuse.
2016-04-03 16:39:14 +01:00
Harsh J
719c131c4d
HADOOP-11687. Ignore x-* and response headers when copying an Amazon S3 object. Contributed by Aaron Peterson and harsh.
...
(cherry picked from commit 256c82fe29
)
(cherry picked from commit 7c5b55d4e5
)
2016-04-01 14:15:43 +01:00
Chris Nauroth
f1236c5d7c
HADOOP-12851. S3AFileSystem Uptake of ProviderUtils.excludeIncompatibleCredentialProviders. Contributed by Larry McCay.
...
(cherry picked from commit d251e55415
)
(cherry picked from commit e402371b6a
)
2016-02-29 22:00:41 -08:00
cnauroth
49602ef580
HADOOP-11031. Design Document for Credential Provider API. Contributed by Larry McCay.
...
(cherry picked from commit 8ab7658025
)
(cherry picked from commit b4c4f30fa4
)
2016-02-18 14:07:15 -08:00
cnauroth
26ce37a1a6
HADOOP-12548. Read s3a creds from a Credential Provider. Contributed by Larry McCay.
...
(cherry picked from commit 76fab26c5c
)
Conflicts:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java
(cherry picked from commit 6731bb468d
)
2016-02-17 12:20:49 -08:00
Steve Loughran
f4bcc76df6
HADOOP-12292. Make use of DeleteObjects optional. (Thomas Demoor via stevel)
2016-02-06 18:17:30 +00:00
Ravi Prakash
a359dc87d4
HADOOP-12696. Add tests for S3FileSystem Contract. Contributed by Matt Paduano
...
(cherry picked from commit 1acc509b45
)
(cherry picked from commit 2cbb8bbd72
)
2016-01-19 14:01:51 -08:00
Ravi Prakash
5468c40fe7
HADOOP-12689. S3 filesystem operations stopped working correctly
...
(cherry picked from commit 2d16f40dab
)
(cherry picked from commit 6330683778
)
2016-01-15 15:19:15 -08:00
Lei Xu
39f07295fb
HADOOP-11262. Enable YARN to use S3A. (Pieter Reuse via lei)
...
(cherry picked from commit 126705f67e
)
2016-01-12 12:21:00 -08:00
Lei Xu
47941858af
Revert "HADOOP-11684. S3a to use thread pool that blocks clients. (Thomas Demoor and Aaron Fabbri via lei)"
...
This reverts commit 01ae30796d
.
2015-11-06 09:52:21 -08:00
Lei Xu
01ae30796d
HADOOP-11684. S3a to use thread pool that blocks clients. (Thomas Demoor and Aaron Fabbri via lei)
...
(cherry picked from commit bff7c90a56
)
2015-11-05 18:36:55 -08:00
cnauroth
85c0cb0075
HADOOP-11918. Listing an empty s3a root directory throws FileNotFound. Contributed by Lei (Eddy) Xu.
...
(cherry picked from commit 7fe521b1dd
)
2015-09-25 22:34:10 -07:00
Lei Xu
de42fce390
HADOOP-12346. Increase some default timeouts / retries for S3a connector. (Sean Mackrory via Lei (Eddy) Xu)
2015-08-29 09:58:57 -07:00
Lei Xu
f7b0f292e7
HADOOP-12269. Update aws-sdk dependency to 1.10.6 (Thomas Demoor via Lei (Eddy) Xu)
...
(cherry picked from commit d5403747b5
)
2015-08-04 18:56:07 -07:00
Andrew Wang
83a97907cc
HADOOP-12059. S3Credentials should support use of CredentialProvider. Contributed by Sean Busbey.
...
(cherry picked from commit 2dbc40e608
)
2015-06-05 13:11:12 -07:00
Vinayakumar B
14d88a85e4
HADOOP-11922. Misspelling of threshold in log4j.properties for tests in hadoop-tools (Contributed by Gabor Liptak)
...
(cherry picked from commit f33efbc827
)
2015-05-08 10:23:27 +05:30
Steve Loughran
a6a5d1d6b5
HADOOP-11730. Regression: s3n read failure recovery broken. (Takenori Sato via stevel)
2015-04-23 21:39:43 +01:00
Tsuyoshi Ozawa
77297017d8
HADOOP-11720. [JDK8] Fix javadoc errors caused by incorrect or illegal tags in hadoop-tools. Contributed by Akira AJISAKA.
...
(cherry picked from commit ef9946cd52
)
2015-03-17 16:09:38 +09:00
Vinod Kumar Vavilapalli
d9416317a9
Preparing for 2.8.0 development. Changing SNAPSHOT version to be 2.8 on branch-2.
2015-03-08 20:32:51 -07:00
Steve Loughran
b8a2087951
HADOOP-11670. Regression: s3a auth setup broken. (Adam Budde via stevel)
2015-03-08 11:22:01 -07:00
Steve Loughran
824c32de1a
HADOOP-11183. Memory-based S3AOutputstream. (Thomas Demoor via stevel)
2015-03-03 16:18:39 -08:00
Akira Ajisaka
e97613b429
HADOOP-11480. Typo in hadoop-aws/index.md uses wrong scheme for test.fs.s3.name. Contributed by Ted Yu.
...
(cherry picked from commit 1a625b8158
)
2015-02-24 17:13:35 -08:00
Steve Loughran
a36cad0522
HADOOP-11584 s3a file block size set to 0 in getFileStatus. (Brahma Reddy Battula via stevel)
2015-02-21 12:02:41 +00:00
Steve Loughran
4276f8b315
HADOOP-11607. Reduce log spew in S3AFileSystem. (Lei (Eddy) Xu via stevel)
2015-02-20 20:51:00 +00:00
Steve Loughran
411c8a7cda
HADOOP-11521. Make connection timeout configurable in s3a. (Thomas Demoor via stevel)
2015-02-17 20:00:00 +00:00
Steve Loughran
f52fcdc2e0
HADOOP-11522. Update S3A Documentation. (Thomas Demoor via stevel)
2015-02-17 18:14:31 +00:00
Steve Loughran
701b96ca8e
HADOOP-11570. S3AInputStream.close() downloads the remaining bytes of the object from S3. (Dan Hecht via stevel).
2015-02-17 16:36:32 +00:00
Steve Loughran
af7368cf03
HADOOP-11520. Clean incomplete multi-part uploads in S3A tests. (Thomas Demoor via stevel)
2015-02-06 20:59:56 +00:00
Steve Loughran
4cd9657b71
HADOOP-11463 Replace method-local TransferManager object with S3AFileSystem#transfers. (Ted Yu via stevel)
2015-02-05 12:19:49 +00:00
Harsh J
648510e031
HADOOP-11488. Difference in default connection timeout for S3A FS. Contributed by Daisuke Kobayashi.
...
(cherry picked from commit ffc75d6ebe
)
2015-02-01 00:17:24 +05:30
Steve Loughran
15865587ec
HADOOP-11171 Enable using a proxy server to connect to S3a. (Thomas Demoor via stevel)
2015-01-17 18:40:30 +00:00
Steve Loughran
ed2f8a1ba0
HADOOP-10542 Potential null pointer dereference in Jets3tFileSystemStore retrieveBlock(). (Ted Yu via stevel)
2015-01-17 18:26:03 +00:00
Steve Loughran
651c7debe4
HADOOP-11261 Set custom endpoint for S3A. (Thomas Demoor via stevel)
2015-01-16 10:15:22 +00:00
Steve Loughran
2800e73c27
HADOOP-11446 S3AOutputStream should use shared thread pool to avoid OutOfMemoryError
2015-01-05 12:59:48 +00:00
Steve Loughran
a1b8b9ca59
HADOOP-11412 POMs mention "The Apache Software License" rather than "Apache License". (Herve Boutemy via stevel)
2014-12-16 11:03:02 +00:00
cnauroth
21347a05f5
HADOOP-11394. hadoop-aws documentation missing. Contributed by Chris Nauroth.
...
(cherry picked from commit 9458cd5bce
)
2014-12-12 23:29:40 -08:00
Haohui Mai
a1e4a12dc0
HADOOP-11381. Fix findbugs warnings in hadoop-distcp, hadoop-aws, hadoop-azure, and hadoop-openstack. Contributed by Li Lu.
2014-12-09 20:46:44 -08:00
Arun C. Murthy
adfb830a2b
Preparing to release hadoop-2.6.0: Set version in branch-2 to 2.7.0-SNAPSHOT.
2014-11-09 19:19:02 -08:00