Skip to content

Commit 83068a1

Browse files
saratvemulapallisashashura
authored andcommitted
Bumping hadoop-hdfs version to 3.3.4 (opensearch-project#4644)
* Updating hadoop-hdfs version Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Adding changelog Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
1 parent ff0e7e2 commit 83068a1

9 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3939
- Bumps `com.diffplug.spotless` from 6.10.0 to 6.11.0 ([#4547](https://github.com/opensearch-project/OpenSearch/pull/4547))
4040
- Bumps `reactor-core` from 3.4.18 to 3.4.23 ([#4548](https://github.com/opensearch-project/OpenSearch/pull/4548))
4141
- Bumps `jempbox` from 1.8.16 to 1.8.17 ([#4550](https://github.com/opensearch-project/OpenSearch/pull/4550))
42+
- Bumps `hadoop-hdfs` from 3.3.3 to 3.3.4 ([#4644](https://github.com/opensearch-project/OpenSearch/pull/4644))
4243

4344
### Changed
4445
- Dependency updates (httpcore, mockito, slf4j, httpasyncclient, commons-codec) ([#4308](https://github.com/opensearch-project/OpenSearch/pull/4308))

plugins/repository-hdfs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ opensearchplugin {
4848
}
4949

5050
versions << [
51-
'hadoop3': '3.3.3'
51+
'hadoop3': '3.3.4'
5252
]
5353

5454
testFixtures.useFixture ":test:fixtures:krb5kdc-fixture", "hdfs"

plugins/repository-hdfs/licenses/hadoop-client-api-3.3.3.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6339a8f7279310c8b1f7ef314b592d8c71ca72ef

plugins/repository-hdfs/licenses/hadoop-client-runtime-3.3.3.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
21f7a9a2da446f1e5b3e5af16ebf956d3ee43ee0

plugins/repository-hdfs/licenses/hadoop-hdfs-3.3.3.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
036ef2f86dc44410d2bb5d54ce40435d2484d9a5

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: 'opensearch.java'
3333
group = 'hdfs'
3434

3535
dependencies {
36-
api("org.apache.hadoop:hadoop-minicluster:3.3.3") {
36+
api("org.apache.hadoop:hadoop-minicluster:3.3.4") {
3737
exclude module: 'websocket-client'
3838
}
3939
api "org.apache.commons:commons-compress:1.21"

0 commit comments

Comments
 (0)