Skip to content

Commit ae3b5ae

Browse files
steveloughranMehakmeet Singh
authored andcommitted
CDPD-31844. HADOOP-18068. upgrade AWS SDK to 1.12.132 (apache#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 9c87f39 commit ae3b5ae

File tree

2 files changed

+2
-1
lines changed
  • hadoop-project
  • hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws

2 files changed

+2
-1
lines changed

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<make-maven-plugin.version>1.0-beta-1</make-maven-plugin.version>
164164
<native-maven-plugin.version>1.0-alpha-8</native-maven-plugin.version>
165165
<surefire.fork.timeout>900</surefire.fork.timeout>
166-
<aws-java-sdk.version>1.11.1026</aws-java-sdk.version>
166+
<aws-java-sdk.version>1.12.132</aws-java-sdk.version>
167167
<hsqldb.version>2.3.4</hsqldb.version>
168168
<frontend-maven-plugin.version>1.5</frontend-maven-plugin.version>
169169
<!-- the version of Hadoop declared in the version resources; can be overridden

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
@@ -1622,6 +1622,7 @@ to AWS services.
16221622
* Try and get other people, especially anyone with their own endpoints,
16231623
apps or different deployment environments, to run their own tests.
16241624
* Run the load tests, especially `ILoadTestS3ABulkDeleteThrottling`.
1625+
* Checkout cloudstore, build it against your version of hadoop, then use its CLI to run some commands (`storediag` etc)
16251626
16261627
### Dealing with Deprecated APIs and New Features
16271628

0 commit comments

Comments
 (0)