diff --git a/CHANGELOG.md b/CHANGELOG.md index 714b569456e93..aff2f8447d131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,6 +107,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `org.codehaus.jettison:jettison` from 1.5.3 to 1.5.4 ([#6878](https://github.com/opensearch-project/OpenSearch/pull/6878)) - Add `com.github.luben:zstd-jni:1.5.4-1` ([#3577](https://github.com/opensearch-project/OpenSearch/pull/3577)) - Bump: Netty from 4.1.90.Final to 4.1.91.Final , ASM 9.4 to ASM 9.5, ByteBuddy 1.14.2 to 1.14.3 ([#6981](https://github.com/opensearch-project/OpenSearch/pull/6981)) +- Bump `hadoop` libraries from 3.3.4 to 3.3.5 ([#6995](https://github.com/opensearch-project/OpenSearch/pull/6995)) ### Changed - Require MediaType in Strings.toString API ([#6009](https://github.com/opensearch-project/OpenSearch/pull/6009)) diff --git a/plugins/repository-hdfs/build.gradle b/plugins/repository-hdfs/build.gradle index 05b992904e6dd..3703cbf47845d 100644 --- a/plugins/repository-hdfs/build.gradle +++ b/plugins/repository-hdfs/build.gradle @@ -48,7 +48,7 @@ opensearchplugin { } versions << [ - 'hadoop3': '3.3.4' + 'hadoop3': '3.3.5' ] testFixtures.useFixture ":test:fixtures:krb5kdc-fixture", "hdfs" diff --git a/plugins/repository-hdfs/licenses/hadoop-client-api-3.3.4.jar.sha1 b/plugins/repository-hdfs/licenses/hadoop-client-api-3.3.4.jar.sha1 deleted file mode 100644 index dd79b8a10cebc..0000000000000 --- a/plugins/repository-hdfs/licenses/hadoop-client-api-3.3.4.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6339a8f7279310c8b1f7ef314b592d8c71ca72ef \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/hadoop-client-api-3.3.5.jar.sha1 b/plugins/repository-hdfs/licenses/hadoop-client-api-3.3.5.jar.sha1 new file mode 100644 index 0000000000000..e5b8f0ed532b4 --- /dev/null +++ b/plugins/repository-hdfs/licenses/hadoop-client-api-3.3.5.jar.sha1 @@ -0,0 +1 @@ +caf698048b815044e0c89a42a27c17dc3dee55e3 \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/hadoop-client-runtime-3.3.4.jar.sha1 b/plugins/repository-hdfs/licenses/hadoop-client-runtime-3.3.4.jar.sha1 deleted file mode 100644 index 32d58d1dc501a..0000000000000 --- a/plugins/repository-hdfs/licenses/hadoop-client-runtime-3.3.4.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -21f7a9a2da446f1e5b3e5af16ebf956d3ee43ee0 \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/hadoop-client-runtime-3.3.5.jar.sha1 b/plugins/repository-hdfs/licenses/hadoop-client-runtime-3.3.5.jar.sha1 new file mode 100644 index 0000000000000..26a306e641af2 --- /dev/null +++ b/plugins/repository-hdfs/licenses/hadoop-client-runtime-3.3.5.jar.sha1 @@ -0,0 +1 @@ +9ddffe0944281ccdcf11b9f94777654bf4cbe00b \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/hadoop-hdfs-3.3.4.jar.sha1 b/plugins/repository-hdfs/licenses/hadoop-hdfs-3.3.4.jar.sha1 deleted file mode 100644 index 532d25a44531f..0000000000000 --- a/plugins/repository-hdfs/licenses/hadoop-hdfs-3.3.4.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -036ef2f86dc44410d2bb5d54ce40435d2484d9a5 \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/hadoop-hdfs-3.3.5.jar.sha1 b/plugins/repository-hdfs/licenses/hadoop-hdfs-3.3.5.jar.sha1 new file mode 100644 index 0000000000000..43e7ede42cc53 --- /dev/null +++ b/plugins/repository-hdfs/licenses/hadoop-hdfs-3.3.5.jar.sha1 @@ -0,0 +1 @@ +fe4433c652ff21d393609fd0e37277bce05a4934 \ No newline at end of file diff --git a/test/fixtures/hdfs-fixture/build.gradle b/test/fixtures/hdfs-fixture/build.gradle index 1de65b1bad230..c727a2777e8c5 100644 --- a/test/fixtures/hdfs-fixture/build.gradle +++ b/test/fixtures/hdfs-fixture/build.gradle @@ -33,7 +33,7 @@ apply plugin: 'opensearch.java' group = 'hdfs' dependencies { - api("org.apache.hadoop:hadoop-minicluster:3.3.4") { + api("org.apache.hadoop:hadoop-minicluster:3.3.5") { exclude module: 'websocket-client' exclude module: 'jettison' exclude module: 'netty'