[ https://issues.apache.org/jira/browse/ATLAS-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Mestry updated ATLAS-2422: ----------------------------------- Attachment: ATLAS-2422-export-full-option.patch > Export: Support type-based Export > --------------------------------- > > Key: ATLAS-2422 > URL: https://issues.apache.org/jira/browse/ATLAS-2422 > Project: Atlas > Issue Type: Improvement > Reporter: Ashutosh Mestry > Assignee: Ashutosh Mestry > Priority: Minor > Attachments: ATLAS-2422-export-full-option.patch > > > *Background* > Atlas administrators my want to export all data of a type. This may be needed > in scenario where it may be necessary to move data to a different cluster. > *Suggested Approach* > Within _AtlasExportRequest_, support additional parameter that is a list of > types. Additional option type say _forType_ will help with identifying what > is specified. > Processes this list as starting entity within _ExportService_. > Example: > {code:java} > { > "itemsToExport": [ > { "typeName": "hive_db,hdfs_path,hbase_namespace,hbase_table" } > ], > "options": { > "fetchType": "FULL", > "matchType": "forType" > } > } > {code} > -- This message was sent by Atlassian JIRA (v7.6.3#76005)