-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69630/
-----------------------------------------------------------
(Updated Dec. 27, 2018, 5:25 p.m.)
Review request for ranger, deepak sharma, Madhan Neethiraj, and Velmurugan
Periasamy.
Changes
-------
Updated description
Bugs: RANGER-2313
https://issues.apache.org/jira/browse/RANGER-2313
Repository: ranger
Description (updated)
-------
Tagsync fails to upload tags to Ranger admin if it is invoked using
ranger-tagsync-upload.sh script in secure cluster. This is a result of failure
to establish kerberos identity in the described scenario.
Also, incorrect processing of ENTITY_CREATE and ENTITY_UPDATE notifications
causes entities with no associated classifications to create corresponding
Service Resource objects in Ranger Admin. Instead, such notifications should be
dropped without further processing.
Atlas REST API to download tagged entities throttles the number of entities
returned to 100 even when all entities are requested. Tagsync needs to call
this API in a loop until no more entities are returned to ensure that all
tagged entities are retrieved.
Diffs
-----
tagsync/src/main/java/org/apache/ranger/tagsync/process/TagSynchronizer.java
49ff76fb2
tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/EntityNotificationWrapper.java
adaa2f935
tagsync/src/main/java/org/apache/ranger/tagsync/source/atlasrest/AtlasRESTTagSource.java
2b4a668b8
tagsync/src/main/java/org/apache/ranger/tagsync/source/file/FileTagSource.java
f0a3fd003
Diff: https://reviews.apache.org/r/69630/diff/2/
Testing
-------
Tested with local VM
Thanks,
Abhay Kulkarni