Skip to content

Commit 47ba977

Browse files
committed
HADOOP-18068. upgrade AWS SDK to 1.12.132 (#3864)
With this update, the versions of key shaded dependencies are jackson 2.12.3 httpclient 4.5.13 This backport patch does not include the TestArn changes needed for the test to work with this version of the SDK; it is only to be applied to branches without HADOOP-17198. "Support S3 Access Points". If that patch is backported later, that test suite MUST be updated to the latest version. Contributed by Steve Loughran Change-Id: I8d2b71781ee8472b16469531f9cd0de32dd3356f
1 parent 5e9e779 commit 47ba977

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

NOTICE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ available from http://www.digip.org/jansson/.
6666

6767

6868
AWS SDK for Java
69-
Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
69+
Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
7070

7171
This product includes software developed by
7272
Amazon Technologies, Inc (http://www.amazon.com/).

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<exec-maven-plugin.version>1.3.1</exec-maven-plugin.version>
186186
<make-maven-plugin.version>1.0-beta-1</make-maven-plugin.version>
187187
<surefire.fork.timeout>900</surefire.fork.timeout>
188-
<aws-java-sdk.version>1.11.1026</aws-java-sdk.version>
188+
<aws-java-sdk.version>1.12.132</aws-java-sdk.version>
189189
<hsqldb.version>2.3.4</hsqldb.version>
190190
<frontend-maven-plugin.version>1.11.2</frontend-maven-plugin.version>
191191
<jasmine-maven-plugin.version>2.1</jasmine-maven-plugin.version>

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,6 +1650,7 @@ to AWS services.
16501650
* Try and get other people, especially anyone with their own endpoints,
16511651
apps or different deployment environments, to run their own tests.
16521652
* Run the load tests, especially `ILoadTestS3ABulkDeleteThrottling`.
1653+
* Checkout cloudstore, build it against your version of hadoop, then use its CLI to run some commands (`storediag` etc)
16531654
16541655
### Dealing with Deprecated APIs and New Features
16551656

0 commit comments

Comments
 (0)