-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72318/
-----------------------------------------------------------
(Updated April 6, 2020, 2:02 p.m.)
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Mandar Ambawane,
mayank jain, Nikhil Bonte, Nixon Rodrigues, and Sidharth Mishra.
Changes
-------
Updated qualifiedName of adls entities to remove domain name
(dfs.core.windows.net):
e.g.
adls_gen2_account : abfs://razrangersan@cm
adls_gen2_container: abfs://data@razrangersan@cm
adls_gen2_directory: abfs://data@razrangersan/tmp/@cm
Bugs: ATLAS-3718
https://issues.apache.org/jira/browse/ATLAS-3718
Repository: atlas
Description
-------
Entity types for ADLS-Gen2 have been added recently via ATLAS-3660. Hive hook
should be updated to create ADLS-Gen2 entities for references to ABFS paths -
for example in 'insert overwrite' operation. This will capture the lineage
between Hive tables and ABFS paths.
Diffs (updated)
-----
addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/events/BaseHiveEvent.java
f45f24086
Diff: https://reviews.apache.org/r/72318/diff/2/
Changes: https://reviews.apache.org/r/72318/diff/1-2/
Testing
-------
Precommit:
https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/1785/console
Thanks,
Sarath Subramanian