Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13372 )
Change subject: IMPALA-8559 : Support config validation for event processor on HMS-3 ...................................................................... IMPALA-8559 : Support config validation for event processor on HMS-3 This change adds support for HMS-3 specific configuration validation EventProcessor. Some of the configurations which were part of HMS-2 are not applicable in HMS-3 based deployments. Patch uses MetastoreShim to get the relevant configurations to validate. Also, refactors the EventProcessorConfigValidator to make it simpler and improve readbility. Testing: Ran MetastoreEventsProcessorTest against HMS-3 and HMS-2 minicluster. Change-Id: I35b3dd93f4a90c103a402349e8b9cd36db39a259 Reviewed-on: http://gerrit.cloudera.org:8080/13372 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- A fe/src/main/java/org/apache/impala/catalog/events/ConfigValidator.java A fe/src/main/java/org/apache/impala/catalog/events/DefaultConfigValidator.java D fe/src/main/java/org/apache/impala/catalog/events/EventProcessorConfigValidator.java A fe/src/main/java/org/apache/impala/catalog/events/EventPropertyRegexValidator.java A fe/src/main/java/org/apache/impala/catalog/events/MetastoreEventProcessorConfig.java M fe/src/main/java/org/apache/impala/catalog/events/MetastoreEventsProcessor.java M fe/src/test/java/org/apache/impala/catalog/events/MetastoreEventsProcessorTest.java M fe/src/test/resources/hive-site.xml.py 8 files changed, 399 insertions(+), 368 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/13372 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I35b3dd93f4a90c103a402349e8b9cd36db39a259 Gerrit-Change-Number: 13372 Gerrit-PatchSet: 9 Gerrit-Owner: Vihang Karajgaonkar <[email protected]> Gerrit-Reviewer: Anurag Mantripragada <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Vihang Karajgaonkar <[email protected]>
