Chris Nauroth
|
b8305e6d06
|
HADOOP-14248. Retire SharedInstanceProfileCredentialsProvider in trunk. Contributed by Mingliang Liu.
|
2017-04-12 10:02:13 -07:00 |
|
Andrew Wang
|
4966a6e26e
|
HADOOP-14223. Extend FileStatus#toString() to include details like Erasure Coding and Encryption. Contributed by Manoj Govindassamy.
|
2017-03-29 14:37:21 -07:00 |
|
Andrew Wang
|
52b00600df
|
HADOOP-13715. Add isErasureCoded() API to FileStatus class. Contributed by Manoj Govindassamy.
|
2017-03-24 11:44:46 -07:00 |
|
Mingliang Liu
|
2e30aa72e0
|
HADOOP-14135. Remove URI parameter in AWSCredentialProvider constructors. Contributed by Mingliang Liu
|
2017-03-23 11:33:29 -07:00 |
|
Mingliang Liu
|
fa67a96d7b
|
HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu
|
2017-03-14 14:38:21 -07:00 |
|
Mingliang Liu
|
e6cda5819b
|
Revert "HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu"
This reverts commit b8c69557b7 .
|
2017-03-14 13:03:42 -07:00 |
|
Mingliang Liu
|
b8c69557b7
|
HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu
|
2017-03-13 14:15:02 -07:00 |
|
Steve Loughran
|
092ec39fb9
|
HADOOP-14111 cut some obsolete, ignored s3 tests in TestS3Credentials.
Contributed by Yuanbo Liu
|
2017-03-10 17:43:22 +00:00 |
|
Steve Loughran
|
dab00da19f
|
HADOOP-14028. S3A BlockOutputStreams doesn't delete temporary files in multipart uploads or handle part upload failures.
Contributed by Steve Loughran.
(cherry picked from commit 29fe5af017b945d8750c074ca39031b5b777eddd)
|
2017-02-25 15:35:19 +00:00 |
|
Steve Loughran
|
9c22a91662
|
HADOOP-14114 S3A can no longer handle unencoded + in URIs. Contributed by Sean Mackrory.
(cherry picked from commit ff87ca84418a710c6dc884fe8c70947fcc6489d5)
|
2017-02-24 10:41:36 +00:00 |
|
Mingliang Liu
|
0013090fb4
|
HADOOP-14102. Relax error message assertion in S3A test ITestS3AEncryptionSSEC. Contributed by Mingliang Liu
|
2017-02-22 13:34:20 -08:00 |
|
Steve Loughran
|
2158496f6b
|
HADOOP-13826. S3A Deadlock in multipart copy due to thread pool limits. Contributed by Sean Mackrory.
(cherry picked from commit e3a74e0369e6e2217d1280179b390227fe1b1684)
|
2017-02-21 18:28:49 +00:00 |
|
Akira Ajisaka
|
b9f8491252
|
HADOOP-14058. Fix NativeS3FileSystemContractBaseTest#testDirWithDifferentMarkersWorks. Contributed by Yiqun Lin.
|
2017-02-15 01:45:56 +09:00 |
|
Lei Xu
|
839b690ed5
|
HADOOP-13075. Add support for SSE-KMS and SSE-C in s3a filesystem. (Steve Moist via lei)
|
2017-02-11 13:59:03 -08:00 |
|
Steve Loughran
|
e648b6e138
|
HADOOP-13336 S3A to support per-bucket configuration. Contributed by Steve Loughran
|
2017-01-11 17:25:15 +00:00 |
|
Mingliang Liu
|
c6a3923245
|
HADOOP-13871. ITestS3AInputStreamPerformance.testTimeToOpenAndReadWholeFileBlocks performance awful. Contributed by Steve Loughran
|
2016-12-12 14:55:34 -08:00 |
|
Mingliang Liu
|
2ff84a0040
|
HADOOP-13857. S3AUtils.translateException to map (wrapped) InterruptedExceptions to InterruptedIOEs. Contributed by Steve Loughran
|
2016-12-02 13:36:04 -08:00 |
|
Mingliang Liu
|
d60a60be8a
|
HADOOP-13823. s3a rename: fail if dest file exists. Contributed by Steve Loughran
|
2016-11-28 16:30:29 -08:00 |
|
Steve Loughran
|
0de0c32ddd
|
HADOOP-13801 regression: ITestS3AMiniYarnCluster failing. Contributed by Steve Loughran
|
2016-11-23 21:37:39 +00:00 |
|
Mingliang Liu
|
af791b774b
|
HADOOP-13050. Upgrade to AWS SDK 10.11+. Contributed by Chris Nauroth and Steve Loughran
|
2016-11-22 14:00:35 -08:00 |
|
Steve Loughran
|
a1761a841e
|
HADOOP-13680. fs.s3a.readahead.range to use getLongBytes. Contributed by Abhishek Modi.
|
2016-10-31 20:54:46 +00:00 |
|
Chris Nauroth
|
1f8490a5ba
|
HADOOP-13502. Split fs.contract.is-blobstore flag into more descriptive flags for use by contract tests. Contributed by Chris Nauroth.
|
2016-10-26 08:55:42 -07:00 |
|
Chris Nauroth
|
9cad3e2350
|
HADOOP-13614. Purge some superfluous/obsolete S3 FS tests that are slowing test runs down. Contributed by Steve Loughran.
|
2016-10-26 08:27:26 -07:00 |
|
Chris Nauroth
|
3372e94030
|
HADOOP-12774. s3a should use UGI.getCurrentUser.getShortname() for username. Contributed by Steve Loughran.
|
2016-10-24 21:54:06 -07:00 |
|
Chris Nauroth
|
d8fa1cfa67
|
HADOOP-13727. S3A: Reduce high number of connections to EC2 Instance Metadata Service caused by InstanceProfileCredentialsProvider. Contributed by Chris Nauroth.
|
2016-10-24 21:22:34 -07:00 |
|
Anu Engineer
|
3fbf4cd5da
|
HADOOP-13716. Add LambdaTestUtils class for tests; fix eventual consistency problem in contract test setup. Contributed by Steve Loughran.
|
2016-10-20 12:33:58 -07:00 |
|
Steve Loughran
|
6c348c5691
|
HADOOP-13560. S3ABlockOutputStream to support huge (many GB) file writes. Contributed by Steve Loughran
|
2016-10-18 21:16:02 +01:00 |
|
Steve Loughran
|
d6be1e75d8
|
HADOOP-12667 s3a to support createNonRecursive API. Contributed by Sean Mackrory
|
2016-10-05 15:02:11 +01:00 |
|
Chris Nauroth
|
88b9444a81
|
HADOOP-13674. S3A can provide a more detailed error message when accessing a bucket through an incorrect S3 endpoint. Contributed by Chris Nauroth.
|
2016-10-04 10:36:58 -07:00 |
|
Steve Loughran
|
ee0c722dc8
|
HADOOP-13164 Optimize S3AFileSystem::deleteUnnecessaryFakeDirectories. Contributed by Rajesh Balamohan.
|
2016-09-29 17:01:00 +01:00 |
|
Chris Nauroth
|
47f80922dc
|
HADOOP-13599. s3a close() to be non-synchronized, so avoid risk of deadlock on shutdown. Contributed by Steve Loughran.
|
2016-09-28 16:19:32 -07:00 |
|
Chris Nauroth
|
d152557cf7
|
HADOOP-13447. Refactor S3AFileSystem to support introduction of separate metadata repository and tests. Contributed by Chris Nauroth.
|
2016-09-06 09:36:21 -07:00 |
|
Chris Nauroth
|
6f9c346e57
|
HADOOP-13446. Support running isolated unit tests separate from AWS integration tests. Contributed by Chris Nauroth.
|
2016-08-23 07:18:49 -07:00 |
|
Chris Nauroth
|
763f0497bb
|
HADOOP-13252. Tune S3A provider plugin mechanism. Contributed by Steve Loughran.
|
2016-08-19 10:48:10 -07:00 |
|
Chris Nauroth
|
822d661b8f
|
HADOOP-13208. S3A listFiles(recursive=true) to do a bulk listObjects instead of walking the pseudo-tree of directories. Contributed by Steve Loughran.
|
2016-08-17 14:54:54 -07:00 |
|
Chris Nauroth
|
3808876c73
|
HADOOP-13324. s3a tests don't authenticate with S3 frankfurt (or other V4 auth only endpoints). Contributed by Steve Loughran.
|
2016-08-16 17:05:52 -07:00 |
|
Steve Loughran
|
86ae218893
|
HADOOP-13188 S3A file-create should throw error rather than overwrite directories. Contributed by Steve Loughran
|
2016-07-25 15:50:23 +01:00 |
|
Steve Loughran
|
7052ca8804
|
HADOOP-13389 TestS3ATemporaryCredentials.testSTS error when using IAM credentials. Contributed by Steven K. Wong
|
2016-07-23 18:00:08 +01:00 |
|
Steve Loughran
|
37362c2f92
|
HADOOP-13212 Provide an option to set the socket buffers in S3AFileSystem (Rajesh Balamohan)
|
2016-07-20 13:42:51 +01:00 |
|
Steve Loughran
|
96fa0f848b
|
HADOOP-12709 Cut s3:// from trunk. Contributed by Mingliang Liu.
|
2016-06-29 16:04:50 +01:00 |
|
Steve Loughran
|
4ee3543625
|
HADOOP-13203 S3A: Support fadvise "random" mode for high performance readPositioned() reads. Contributed by Rajesh Balamohan and stevel.
|
2016-06-22 15:45:25 +01:00 |
|
Chris Nauroth
|
b2c596cdda
|
HADOOP-13287. TestS3ACredentials#testInstantiateFromURL fails if AWS secret key contains +. Contributed by Chris Nauroth.
|
2016-06-21 11:28:52 -07:00 |
|
Ravi Prakash
|
4aefe119a0
|
HADOOP-3733. "s3x:" URLs break when Secret Key contains a slash, even if encoded. Contributed by Steve Loughran.
|
2016-06-16 11:13:35 -07:00 |
|
Steve Loughran
|
31ffaf76f2
|
HADOOP-12537 S3A to support Amazon STS temporary credentials. Contributed by Sean Mackrory.
|
2016-06-09 21:00:47 +01:00 |
|
Steve Loughran
|
656c460c0e
|
HADOOP-13237: s3a initialization against public bucket fails if caller lacks any credentials. Contributed by Chris Nauroth
|
2016-06-09 17:28:49 +01:00 |
|
Chris Nauroth
|
c58a59f708
|
HADOOP-13171. Add StorageStatistics to S3A; instrument some more operations. Contributed by Steve Loughran.
|
2016-06-03 08:55:33 -07:00 |
|
Chris Nauroth
|
16b1cc7af9
|
HADOOP-13131. Add tests to verify that S3A supports SSE-S3 encryption. Contributed by Steve Loughran.
|
2016-06-01 14:49:22 -07:00 |
|
Steve Loughran
|
39ec1515a2
|
HADOOP-13130. s3a failures can surface as RTEs, not IOEs. (Steve Loughran)
|
2016-05-21 16:39:31 +01:00 |
|
Steve Loughran
|
757050ff35
|
HADOOP-12723 S3A: Add ability to plug in any AWSCredentialsProvider. Contributed by Steven Wong.
|
2016-05-20 13:52:15 +01:00 |
|
Steve Loughran
|
c918286b17
|
HADOOP-13145 In DistCp, prevent unnecessary getFileStatus call when not preserving metadata. Contributed by Chris Nauroth.
|
2016-05-20 12:21:59 +01:00 |
|