Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/21706 )
Change subject: IMPALA-13311: Hive3 INSERT failed by ClassNotFoundException: org.apache.tez.runtime.api.Event ...................................................................... Patch Set 3: > Actually, I even failed to run mini cluster. Could you tell me how you run a > test and get failure? I didn't run any tests. Just launch the minicluster and run a Hive query. export USE_APACHE_COMPONENTS=true source bin/impala-config.sh # suppose you have built Impala. You can lauch the minicluster directly testdata/bin/run-all.sh # Use beeline to submit the Hive query beeline -u "jdbc:hive2://localhost:11050" # Run these in beeline 0: jdbc:hive2://localhost:11050> create table if not exists hive_warm_up_tbl (i int); 0: jdbc:hive2://localhost:11050> insert overwrite table hive_warm_up_tbl values (1); -- To view, visit http://gerrit.cloudera.org:8080/21706 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ia278a87f92fedb96ec20608b5872facc55ae0a3c Gerrit-Change-Number: 21706 Gerrit-PatchSet: 3 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Comment-Date: Mon, 26 Aug 2024 00:45:23 +0000 Gerrit-HasComments: No
