[
https://issues.apache.org/jira/browse/ATLAS-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16631864#comment-16631864
]
ASF GitHub Bot commented on ATLAS-2797:
---------------------------------------
GitHub user kapildeonayak opened a pull request:
https://github.com/apache/atlas/pull/11
ATLAS-2797: Atlas Cluster.
Changes from branch-0.8 to master for review
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kapildeonayak/atlas master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/atlas/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit b09e848b9735138aa8f4e1c939fa2cb8ae159c7e
Author: Ashutosh Mestry <amestry@...>
Date: 2018-08-02T05:02:48Z
ATLAS-2797: Atlas Cluster.
----
> Atlas Cluster Entity
> --------------------
>
> Key: ATLAS-2797
> URL: https://issues.apache.org/jira/browse/ATLAS-2797
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-core
> Affects Versions: 0.8.3
> Reporter: Ashutosh Mestry
> Assignee: Ashutosh Mestry
> Priority: Major
> Fix For: 0.8.3
>
> Attachments: ATLAS-2797-Atlas-Cluster.patch
>
>
> Background
>
> In cases where Atlas data is synchronized to other Atlas clusters, it is
> necessary to store some information about the nature of operation.
>
> REST APIs to access this entity should be available as these can be used to
> fetch data about the cluster entity.
>
> Use cases:
> * Scenario: Data generated by Export operation on one cluster (say cl1) can
> be used to Import into another cluster (say cl2). This operation will result
> in data such at AtlasImportResult that can be used later for performing
> subsequent operations or for audits. The AtlasCluster entity will be a good
> home for this data. REST APIs on AtlasCluster can be used for retrieveing
> this data.
>
> Approach guidance:
> * Create AtlasCluster entity.
> * Create ClusterService that will use the OGM framework within Atlas to aid
> with save and load operations
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)