-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68427/
-----------------------------------------------------------
Review request for atlas, Apoorv Naik, Madhan Neethiraj, and Sarath Subramanian.
Bugs: ATLAS-2818
https://issues.apache.org/jira/browse/ATLAS-2818
Repository: atlas
Description
-------
**Approach**
- New method added to _AtlasEntityStore_ to add classifications without
updating entity metadata.
- New class _EntityTagger_ added.
- Modified _AudisWriter.ImportAudit_ to include call to _EntityTagger_.
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/impexp/AuditsWriter.java
467d3839a4aff71b7f3d1e03ccd0a828d2ce8c76
repository/src/main/java/org/apache/atlas/repository/impexp/EntityTagger.java
PRE-CREATION
repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasEntityStore.java
6a1a88f4fc714ef069b38cdffd2c5fcc653869e1
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityStoreV1.java
2bfef788d1ff185c635879f329fa62daafec45ce
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphMapper.java
47960f3f760c322d250559fa1cee2e78b8de2d52
repository/src/test/java/org/apache/atlas/repository/impexp/EntityTaggerTest.java
PRE-CREATION
Diff: https://reviews.apache.org/r/68427/diff/1/
Testing
-------
**Unit tests**
New tests added.
Thanks,
Ashutosh Mestry