From 47ba977ca9e23caf8d0269c45ab32ac39971330d Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 18 Jan 2022 10:31:28 +0000 Subject: [PATCH] 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 --- NOTICE-binary | 2 +- hadoop-project/pom.xml | 2 +- .../hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NOTICE-binary b/NOTICE-binary index 60a71c6ce3d..2189de34e37 100644 --- a/NOTICE-binary +++ b/NOTICE-binary @@ -66,7 +66,7 @@ available from http://www.digip.org/jansson/. AWS SDK for Java -Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. +Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. This product includes software developed by Amazon Technologies, Inc (http://www.amazon.com/). diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 0df785a2620..a4bfbcf5c5a 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -185,7 +185,7 @@ 1.3.1 1.0-beta-1 900 - 1.11.1026 + 1.12.132 2.3.4 1.11.2 2.1 diff --git a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md index e0a90a243c0..a8ac64b7193 100644 --- a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md +++ b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md @@ -1650,6 +1650,7 @@ to AWS services. * Try and get other people, especially anyone with their own endpoints, apps or different deployment environments, to run their own tests. * Run the load tests, especially `ILoadTestS3ABulkDeleteThrottling`. +* Checkout cloudstore, build it against your version of hadoop, then use its CLI to run some commands (`storediag` etc) ### Dealing with Deprecated APIs and New Features