Vihang Karajgaonkar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12646
Change subject: IMPALA-8273 : Change metastore configuration template to not exclude impala specific parameters ...................................................................... IMPALA-8273 : Change metastore configuration template to not exclude impala specific parameters When HMS configuration key "hive.metastore.notification.parameters.exclude.patterns" is set to "^impala" it excludes all the parameter key/values from the table and partition which start with "impala". This can cause problems for event processing since it relies on these property keys (for instance, impala.disableHmsSync). Testing done: Confirmed existing test pass. Ran jenkins job which runs all the fe tests where the events disable flag tests were failing from MetastoreEventsProcessingTest class. Job currently running. Will update the message once the result comes back. Change-Id: Ic367b1d06459295c7721cdb20ac7faed9a2aa4c9 --- M fe/src/main/java/org/apache/impala/catalog/events/MetastoreEvents.java M fe/src/test/java/org/apache/impala/catalog/events/MetastoreEventsProcessorTest.java M fe/src/test/resources/postgresql-hive-site.xml.template 3 files changed, 18 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/46/12646/1 -- To view, visit http://gerrit.cloudera.org:8080/12646 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic367b1d06459295c7721cdb20ac7faed9a2aa4c9 Gerrit-Change-Number: 12646 Gerrit-PatchSet: 1 Gerrit-Owner: Vihang Karajgaonkar <[email protected]>
