> On Nov. 23, 2017, 1:41 a.m., Abhay Kulkarni wrote:
> > tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasNotificationMapper.java
> > Line 88 (original), 107 (patched)
> > <https://reviews.apache.org/r/64042/diff/1/?file=1900355#file1900355line108>
> >
> >     Consider fixing the event-time-string issue when creating  
> > AtlasEntityWithTraits object itself instead of at the point of use.

Good suggestion. This issue was fixed in ATLAS-2275. Thanks!


> On Nov. 23, 2017, 1:41 a.m., Abhay Kulkarni wrote:
> > tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasNotificationMapper.java
> > Line 298 (original), 466 (patched)
> > <https://reviews.apache.org/r/64042/diff/1/?file=1900355#file1900355line471>
> >
> >     It appears that the first level classification does not have any 
> > attributes set whereas superClassification has selected attributes set(line 
> > 527). Will it affect how getRangerTag() works? (line 544)?
> 
> Madhan Neethiraj wrote:
>     Not sure I understand the comment. When a classification has attributes 
> (#513), some/all of these attributes might have to be copied to super-type 
> classifications as well - if the super-type classification has these 
> attributes. If a classification has no attributes, there is no need to set 
> attributes of its super-type classifications. If the issue is different, can 
> you please add details?
> 
> Abhay Kulkarni wrote:
>     Suppose a tag has one classification (FINANCE_PII) and two attributes 
> (attr_1 and attr_2) at line 466. FINANCE_PII has one attribute ("attr_1") and 
> it inherits one ("attr_2") from its superClassification (PII). Does the call 
> to getRangerTag with FINANCE_PII as classification (made in line 466) cause 
> both "attr_1" and "attr_2" to be accessed from line 544? and, does the next 
> call to GetRangerTag with PII as classification (made in line 472) cause only 
> one attribute ("attr_2") to be accessed from line 544? If so, then in the 
> Ranger database, FINANCE_PII will have two attributes (attr_1 and attr_2), 
> which I think is incorrect and PII will have one attribute (attr_2), which is 
> correct.

In Atlas, a classification (or entity) is considered to have attributes defined 
in its type and attributes of all it's supertypes. Hence FINANCE_PII having 
both attr_1 and attr_2, and PII having only attr_2, are expected results.


- Madhan


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


On Nov. 25, 2017, 7:59 p.m., Madhan Neethiraj wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/64042/
> -----------------------------------------------------------
> 
> (Updated Nov. 25, 2017, 7:59 p.m.)
> 
> 
> Review request for ranger and Abhay Kulkarni.
> 
> 
> Bugs: RANGER-1897
>     https://issues.apache.org/jira/browse/RANGER-1897
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Updated tag-sync to use Atlas V2 REST APIs to download tags, instead of using 
> V1 APIs. This significantly reduces the number of REST API calls from 
> tag-sync to Atlas and will result in a better performance.
> 
> 
> Diffs
> -----
> 
>   pom.xml 80de97e8 
>   src/main/assembly/tagsync.xml 0b17151b 
>   tagsync/pom.xml 42e9d2ff 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasHbaseResourceMapper.java
>  8b36a318 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasHdfsResourceMapper.java
>  06bff906 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasHiveResourceMapper.java
>  a3596223 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasKafkaResourceMapper.java
>  9f1fc2db 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasNotificationMapper.java
>  922317e8 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasResourceMapper.java
>  8ececdf7 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasResourceMapperUtil.java
>  f9f0eafd 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasTagSource.java
>  12b02d94 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlasrest/AtlasRESTTagSource.java
>  4e0ae908 
>   
> tagsync/src/main/java/org/apache/ranger/tagsync/source/atlasrest/AtlasRESTUtil.java
>  00a101e7 
> 
> 
> Diff: https://reviews.apache.org/r/64042/diff/3/
> 
> 
> Testing
> -------
> 
> Verified that tags successfully download with Atlas V2 REST APIs.
> 
> 
> Thanks,
> 
> Madhan Neethiraj
> 
>

Reply via email to