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

(Updated July 16, 2019, 9:40 a.m.)


Review request for atlas, Ashutosh Mestry, madhan, Nixon Rodrigues, and Sarath 
Subramanian.


Changes
-------

Addressed comment.


Bugs: ATLAS-3324
    https://issues.apache.org/jira/browse/ATLAS-3324


Repository: atlas


Description
-------

Right now Incremental export is supported if it is for hive_db.
This patch will enable Incremental export with hive_table.
This will export hive_table & its connected entities provided qualifies 
changeMarker.


Diffs (updated)
-----

  
repository/src/main/java/org/apache/atlas/repository/impexp/EntitiesExtractor.java
 15cb111 
  
repository/src/main/java/org/apache/atlas/repository/impexp/ExportService.java 
5055607 
  
repository/src/main/java/org/apache/atlas/repository/impexp/IncrementalExportEntityProvider.java
 256d9de 
  
repository/src/test/java/org/apache/atlas/repository/impexp/ExportIncrementalTest.java
 1d44081 


Diff: https://reviews.apache.org/r/71046/diff/4/

Changes: https://reviews.apache.org/r/71046/diff/3-4/


Testing
-------

Added unit test.
Passing unit tests.
Verified Manually.
e.g. : 
{
   "itemsToExport":[
      {
         "typeName":"hive_table",
         "uniqueAttributes":{
            "qualifiedName":"largedb.testtable_7@cluster0"
         }
      }

   ],
   "options":{
     "fetchType" : "incremental", 
     "changeMarker" : 1562741110005,
     "skipLineage": true
   }
}


Thanks,

Nikhil Bonte

Reply via email to