-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73552/#review223421
-----------------------------------------------------------


Ship it!




Ship It!

- Ashutosh Mestry


On Aug. 27, 2021, 3:54 p.m., Disha Talreja wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/73552/
> -----------------------------------------------------------
> 
> (Updated Aug. 27, 2021, 3:54 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Radhika Kundam, Sarath 
> Subramanian, and Sidharth Mishra.
> 
> 
> Bugs: ATLAS-4406
>     https://issues.apache.org/jira/browse/ATLAS-4406
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> When hive tables are ignored, a hive table DDL entity is created in Atlas for 
> the same. A shell entity is also created for the hive table associated with 
> the DDL operation. 
> 
> A DDL entity should not be created for ignored tables and this patch avoids 
> the creation of a DDL entity for ignored tables.
> 
> Ignore configs used for Atlas server: 
> atlas.notification.consumer.preprocess.hive_table.ignore.pattern=finance..*_tmp.*
> Ignore configs used for Hive Metastore server: 
> atlas.hook.hive.hive_table.ignore.pattern=finance..*_tmp.*.*
> 
> 
> Diffs
> -----
> 
>   
> webapp/src/main/java/org/apache/atlas/notification/preprocessor/HivePreprocessor.java
>  bf6a623fe 
> 
> 
> Diff: https://reviews.apache.org/r/73552/diff/1/
> 
> 
> Testing
> -------
> 
> mvn clean -DskipTests install 
> mvn clean -DskipTests package -Pdist,embedded-hbase-solr 
> Atlas server running.
> 
> 
> Thanks,
> 
> Disha Talreja
> 
>

Reply via email to