Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/20979 )
Change subject: IMPALA-12607: Bump the GBN and fetch events specific to the db/table from the metastore ...................................................................... Patch Set 11: > Patch Set 11: Verified-1 > > Build failed: https://jenkins.impala.io/job/gerrit-verify-dryrun/10620/ There are some failures when building on Apache Hive (USE_APACHE_HIVE=true): https://jenkins.impala.io/job/all-build-options-ub2004/1176/consoleFull 19:27:02 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project impala-frontend: Compilation failure: Compilation failure: 19:27:02 [ERROR] /home/ubuntu/Impala/fe/src/main/java/org/apache/impala/catalog/events/MetastoreEventsProcessor.java:[397,25] cannot find symbol 19:27:02 [ERROR] symbol: method setCatName(java.lang.String) 19:27:02 [ERROR] location: variable eventRequest of type org.apache.hadoop.hive.metastore.api.NotificationEventRequest 19:27:02 [ERROR] /home/ubuntu/Impala/fe/src/main/java/org/apache/impala/catalog/events/MetastoreEventsProcessor.java:[401,25] cannot find symbol 19:27:02 [ERROR] symbol: method setDbName(java.lang.String) 19:27:02 [ERROR] location: variable eventRequest of type org.apache.hadoop.hive.metastore.api.NotificationEventRequest 19:27:02 [ERROR] /home/ubuntu/Impala/fe/src/main/java/org/apache/impala/catalog/events/MetastoreEventsProcessor.java:[405,25] cannot find symbol 19:27:02 [ERROR] symbol: method setTableNames(java.util.List<java.lang.String>) 19:27:02 [ERROR] location: variable eventRequest of type org.apache.hadoop.hive.metastore.api.NotificationEventRequest We need to wrap these usages into MetastoreShim. -- To view, visit http://gerrit.cloudera.org:8080/20979 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I6aecd5108b31c24e6e2c6f9fba6d4d44a3b00729 Gerrit-Change-Number: 20979 Gerrit-PatchSet: 11 Gerrit-Owner: Sai Hemanth Gantasala <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]> Gerrit-Comment-Date: Thu, 09 May 2024 02:34:04 +0000 Gerrit-HasComments: No
