slfan1989 commented on PR #7904: URL: https://github.com/apache/hadoop/pull/7904#issuecomment-3226464710
> Hello @slfan1989 and @pan3793 . This is a reattempt of #7883, which I had to revert. The key difference here is the exclusion in hadoop-tools-dist/pom.xml, so that when the distro module is built, there are no dependency convergence errors. @cnauroth I checked the build logs, and there are still some dependency issues that need to be resolved. ``` [ERROR] Dependency convergence error for org.checkerframework:checker-qual:jar:3.42.0 paths to dependency are: [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-kafka:jar:3.5.0-SNAPSHOT:compile [ERROR] +-org.apache.hadoop:hadoop-common:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.guava:guava:jar:33.1.0-jre:compile [ERROR] +-org.checkerframework:checker-qual:jar:3.42.0:compile [ERROR] and [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile [ERROR] +-org.checkerframework:checker-qual:jar:3.49.0:compile [ERROR] [ERROR] [ERROR] Dependency convergence error for io.opentelemetry:opentelemetry-api:jar:1.38.0 paths to dependency are: [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-aliyun:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.aliyun.oss:aliyun-sdk-oss:jar:3.18.1:compile [ERROR] +-com.aliyun:java-trace-api:jar:0.2.11-beta:compile [ERROR] +-io.opentelemetry:opentelemetry-api:jar:1.38.0:compile [ERROR] and [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile [ERROR] +-io.opentelemetry:opentelemetry-api:jar:1.47.0:compile ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
