-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71070/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Nixon Rodrigues, and Sarath
Subramanian.
Bugs: ATLAS-3333
https://issues.apache.org/jira/browse/ATLAS-3333
Repository: atlas
Description
-------
Added followig configurations to control whether/what databases and tables
Atlas server should ignore while processing notifications:
atlas.notification.consumer.preprocess.hive_db.ignore.dummy.enabled=true
atlas.notification.consumer.preprocess.hive_db.ignore.dummy.names=_dummy_database
atlas.notification.consumer.preprocess.hive_table.ignore.dummy.enabled=true
atlas.notification.consumer.preprocess.hive_table.ignore.dummy.names=_dummy_table
atlas.notification.consumer.preprocess.hive_table.ignore.name.prefixes.enabled=true
atlas.notification.consumer.preprocess.hive_table.ignore.name.prefixes=Values__Tmp__Table__
Diffs
-----
webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java
1c8d72bdc
webapp/src/main/java/org/apache/atlas/notification/preprocessor/EntityPreprocessor.java
9b620dd66
webapp/src/main/java/org/apache/atlas/notification/preprocessor/HivePreprocessor.java
cc31032b6
webapp/src/main/java/org/apache/atlas/notification/preprocessor/PreprocessorContext.java
2db057413
Diff: https://reviews.apache.org/r/71070/diff/1/
Testing
-------
Verified manually that Atlas server ignores the databases/tables as specified
in configurations.
Thanks,
Madhan Neethiraj