Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Sep 9, 2024
1 parent d476f57 commit 95c41b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iceberg/iceberg-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,17 @@ dependencies {
exclude("org.apache.zookeeper")
exclude("org.mortbay.jetty")
}
// use hdfs-default.xml
implementation(libs.hadoop2.hdfs) {
exclude("*")
}
implementation(libs.hadoop2.hdfs.client) {
exclude("com.sun.jersey")
exclude("javax.servlet")
exclude("org.fusesource.leveldbjni")
exclude("org.mortbay.jetty")
}
implementation(libs.hadoop2.mapreduce.client.core) {
// exclude("*")
exclude("*")
}
implementation(libs.hive2.metastore) {
Expand Down

0 comments on commit 95c41b2

Please sign in to comment.