This is an automated email from the ASF dual-hosted git repository.
sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 98c6cea ATLAS-4324: FS entity created for load data inpath is created
as shell entity - adding ozone_key
98c6cea is described below
commit 98c6cea0140d64761542e603532d13127a0524b4
Author: Radhika Kundam <[email protected]>
AuthorDate: Tue Jul 27 09:12:06 2021 -0700
ATLAS-4324: FS entity created for load data inpath is created as shell
entity - adding ozone_key
Signed-off-by: Sarath Subramanian <[email protected]>
---
.../java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java
b/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java
index 3ce3942..25a5085 100644
---
a/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java
+++
b/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java
@@ -47,6 +47,9 @@ public class HiveDDLEntityFilter implements EntityFilter {
add(AtlasPathExtractorUtil.GCS_VIRTUAL_DIR);
add(AtlasPathExtractorUtil.AWS_S3_V2_PSEUDO_DIR);
add(AtlasPathExtractorUtil.AWS_S3_PSEUDO_DIR);
+ add(AtlasPathExtractorUtil.OZONE_KEY);
+ add(AtlasPathExtractorUtil.OZONE_BUCKET);
+ add(AtlasPathExtractorUtil.OZONE_VOLUME);
}};
private static final Set<String> typesToRetain = new HashSet<String>() {{