yuqi1129 commented on code in PR #10789:
URL: https://github.com/apache/gravitino/pull/10789#discussion_r3168417209
##########
catalogs/hive-metastore2-libs/build.gradle.kts:
##########
@@ -29,27 +29,35 @@ plugins {
// Guava and Logback are excluded because they are provided by the Gravitino
runtime classpath.
dependencies {
- implementation(libs.hadoop2.common) {
+ implementation(libs.hadoop3.common) {
exclude(group = "ch.qos.logback")
+ exclude(group = "ch.qos.reload4j")
exclude(group = "com.fasterxml.jackson.core")
+ exclude(group = "com.github.pjfanning", module = "jersey-json")
exclude(group = "com.github.spotbugs")
exclude(group = "com.google.code.findbugs")
exclude(group = "com.google.guava")
+ exclude(group = "com.sun.jersey")
exclude(group = "log4j")
exclude(group = "net.java.dev.jets3t")
exclude(group = "org.apache.avro")
exclude(group = "org.apache.logging.log4j")
+ exclude(group = "org.eclipse.jetty")
exclude(group = "org.eclipse.jetty.aggregate", module = "jetty-all")
exclude(group = "org.eclipse.jetty.orbit", module = "javax.servlet")
exclude(group = "org.slf4j")
}
- implementation(libs.hadoop2.mapreduce.client.core) {
+ implementation(libs.hadoop3.mapreduce.client.core) {
Review Comment:
Why does Hive2 need this and Hive3 don't?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]