wangsheng has posted comments on this change. ( http://gerrit.cloudera.org:8080/15057 )
Change subject: IMPALA-9287: Fixed the error of running test_kudu_table_create_without_hms after setting USE_CDP_HIVE=true ...................................................................... Patch Set 6: (1 comment) > (1 comment) Thanks for your review, Vihang. The mainly error is lacking of jars(hive-metastoe/hive-exec and so on). Quanlong mentioned about shaded-deps/pom.xml, so tried to remov the hive-exec dependency in fe/pom.xml, and add some necessary class dependency in shaded-deps/pom.xml, avoiding involve other unrelated dependencies. http://gerrit.cloudera.org:8080/#/c/15057/5/fe/pom.xml File fe/pom.xml: http://gerrit.cloudera.org:8080/#/c/15057/5/fe/pom.xml@1231 PS5, Line 1231: <groupId>org.apache.hive</groupId> > Adding hive-exec dependency is not recommended since it will bring along wi Done -- To view, visit http://gerrit.cloudera.org:8080/15057 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ibc7d7e30cd560d43bb707dec54f4494355809f66 Gerrit-Change-Number: 15057 Gerrit-PatchSet: 6 Gerrit-Owner: wangsheng <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Vihang Karajgaonkar <[email protected]> Gerrit-Reviewer: wangsheng <[email protected]> Gerrit-Comment-Date: Tue, 21 Jan 2020 03:19:49 +0000 Gerrit-HasComments: Yes
