-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66807/
-----------------------------------------------------------
(Updated April 26, 2018, 4:49 p.m.)
Review request for ranger and Madhan Neethiraj.
Summary (updated)
-----------------
RANGER-2087: Use qualifiedName first to figure out path and clustername when
mapping tagged hdfs entity
Bugs: RANGER-2087
https://issues.apache.org/jira/browse/RANGER-2087
Repository: ranger
Description (updated)
-------
Tagsync uses a mapper class to map Atlas Entity to Ranger Service Resource for
each of the components supported by Atlas. All mappers except Hdfs mapper first
parse distinguished-name of Atlas Entity to build Ranger Service Resource. Hdfs
mapper needs to work the same way.
Diffs
-----
tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasHdfsResourceMapper.java
8355c91cc
Diff: https://reviews.apache.org/r/66807/diff/1/
Testing
-------
Passes all unit tests
Thanks,
Abhay Kulkarni