Skip to content

Commit

Permalink
Bump version of Hadoop dependencies to 3.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Tianli Feng <[email protected]>
  • Loading branch information
Tianli Feng committed Apr 5, 2023
1 parent c334bbd commit 06b5371
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/opensearch-project/OpenSearch/pull/6878))
- Add `com.github.luben:zstd-jni:1.5.4-1` ([#3577](https:/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:/opensearch-project/OpenSearch/pull/6981))
- Bump `hadoop` libraries from 3.3.4 to 3.3.5 ([#6995](https:/opensearch-project/OpenSearch/pull/6995))

### Changed
- Require MediaType in Strings.toString API ([#6009](https:/opensearch-project/OpenSearch/pull/6009))
Expand Down
2 changes: 1 addition & 1 deletion plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ opensearchplugin {
}

versions << [
'hadoop3': '3.3.4'
'hadoop3': '3.3.5'
]

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
caf698048b815044e0c89a42a27c17dc3dee55e3

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9ddffe0944281ccdcf11b9f94777654bf4cbe00b

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fe4433c652ff21d393609fd0e37277bce05a4934
2 changes: 1 addition & 1 deletion test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 06b5371

Please sign in to comment.