Skip to content

Commit

Permalink
build: Remove dependency for hadoop-hdfs-client (#6290)
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam authored Oct 28, 2024
1 parent 703f527 commit 1b45c7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion extensions/iceberg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies {
implementation libs.iceberg.core
implementation libs.iceberg.bundled.guava

implementation libs.hadoop.hdfs.client
// Also inherits hadoop-common, see io.deephaven.hadoop-common-dependencies

implementation libs.avro
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ guava = { module = "com.google.guava:guava", version.ref = "guava" }
gwt-user = { module = "org.gwtproject:gwt-user", version.ref = "gwt" }

hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
hadoop-hdfs-client = { module = "org.apache.hadoop:hadoop-hdfs-client", version.ref = "hadoop" }
# These are transitive, inlined versions; see io.deephaven.hadoop-common-dependencies
woodstox-core = { module = "com.fasterxml.woodstox:woodstox-core", version = "6.6.2" }
hadoop-shaded-guava = { module = "org.apache.hadoop.thirdparty:hadoop-shaded-guava", version = "1.2.0" }
Expand Down

0 comments on commit 1b45c7c

Please sign in to comment.