Vihang Karajgaonkar has uploaded a new patch set (#13). ( 
http://gerrit.cloudera.org:8080/17612 )

Change subject: IMPALA-8795: Turn on events processing by default
......................................................................

IMPALA-8795: Turn on events processing by default

This commit turns on events processing by default. The default
polling interval is set as 1 second which can be overrriden by
setting hms_event_polling_interval_s to non-default value.

When the event polling turned on by default this patch also
moves the test_event_processing.py to tests/metadata instead
of custom cluster test. Some tests within test_event_processing.py
which needed non-default configurations were moved to
tests/custom_cluster/test_events_custom_configs.py.

Additionally, some other tests were modified to take into account
the automatic ability of Impala to detect newly added tables
from hive.

Testing done:
1. Ran exhaustive tests by turning on the events processing multiple
times.
2. Ran exhaustive tests by disabling events processing.
3. Ran dockerized tests.

Change-Id: I9a8b1871a98b913d0ad8bb26a104a296b6a06122
---
M be/src/common/global-flags.cc
M docker/catalogd/Dockerfile
M fe/src/main/java/org/apache/impala/catalog/events/NoOpEventProcessor.java
M tests/common/impala_service.py
M tests/common/impala_test_suite.py
M tests/common/skip.py
M tests/custom_cluster/test_catalog_hms_failures.py
D tests/custom_cluster/test_event_processing.py
A tests/custom_cluster/test_events_custom_configs.py
M tests/custom_cluster/test_hive_parquet_codec_interop.py
M tests/custom_cluster/test_local_catalog.py
A tests/custom_cluster/test_metadata_no_events_processing.py
A tests/metadata/test_event_processing.py
M tests/metadata/test_hms_integration.py
M tests/metadata/test_metadata_query_statements.py
M tests/metadata/test_refresh_partition.py
M tests/metadata/test_reset_metadata.py
M tests/util/event_processor_utils.py
18 files changed, 1,338 insertions(+), 1,203 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/12/17612/13
--
To view, visit http://gerrit.cloudera.org:8080/17612
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9a8b1871a98b913d0ad8bb26a104a296b6a06122
Gerrit-Change-Number: 17612
Gerrit-PatchSet: 13
Gerrit-Owner: Vihang Karajgaonkar <vih...@cloudera.com>
Gerrit-Reviewer: Aman Sinha <amsi...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Kurt Deschler <kdesc...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Reviewer: Vihang Karajgaonkar <vih...@cloudera.com>
Gerrit-Reviewer: Zoltan Borok-Nagy <borokna...@cloudera.com>

Reply via email to