Abhishek Chennaka has posted comments on this change. ( http://gerrit.cloudera.org:8080/22374 )
Change subject: Upgrade Java dependencies ...................................................................... Patch Set 22: (1 comment) http://gerrit.cloudera.org:8080/#/c/22374/20/java/kudu-hive/build.gradle File java/kudu-hive/build.gradle: http://gerrit.cloudera.org:8080/#/c/22374/20/java/kudu-hive/build.gradle@37 PS20, Line 37: shadowJar { : dependencies { : exclude(dependency("log4j::.*")) : exclude(dependency("org.apache.hadoop::.*")) : exclude(dependency("org.apache.hive::.*")) : exclude(dependency("org.apache.hbase::.*")) : exclude(dependency("org.apache.hbase.thirdparty::.*")) : exclude(dependency("junit::.*")) : exclude(dependency("javax.servlet.jsp::.*")) : exclude(dependency("javax.jdo::.*")) : > > Q. Why is the test failing with hadoop-common:3.4.1 and not with hadoop-c It was not failing in hadoop-common:3.3.1 as the needed class(BatchListingOperations) was present during the test runtime. It was present as a transitive dependency while it was not present when using version 3.4.1, hence the error message: Caused by: java.lang.NoClassDefFoundError: org/apache/hadoop/fs/BatchListingOperations -- To view, visit http://gerrit.cloudera.org:8080/22374 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Id1b43e3cc8228e94fbbd3085933cd62bf089e23d Gerrit-Change-Number: 22374 Gerrit-PatchSet: 22 Gerrit-Owner: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Comment-Date: Wed, 02 Apr 2025 17:28:24 +0000 Gerrit-HasComments: Yes
