You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Peeyush Bishnoi (JIRA)" <ji...@apache.org> on 2015/06/19 07:10:00 UTC

[jira] [Reopened] (FALCON-1101) Cluster submission in falcon does not create an owned-by edge

     [ https://issues.apache.org/jira/browse/FALCON-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peeyush Bishnoi reopened FALCON-1101:
-------------------------------------

> Cluster submission in falcon does not create an owned-by edge
> -------------------------------------------------------------
>
>                 Key: FALCON-1101
>                 URL: https://issues.apache.org/jira/browse/FALCON-1101
>             Project: Falcon
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: Sowmya Ramesh
>            Assignee: Sowmya Ramesh
>             Fix For: 0.7
>
>         Attachments: FALCON-1101.v0.patch
>
>
> No owned-by edge create for the cluster entity
> The edges and vertices crated are as follows:
> {noformat}
> {
>     "results": [
>         {
>             "timestamp": "2015-01-07T20:40Z",
>             "name": "corp-01e0b060",
>             "type": "cluster-entity",
>             "_id": 4,
>             "_type": "vertex"
>         },
>         {
>             "timestamp": "2015-01-07T20:40Z",
>             "name": "default",
>             "type": "data-center",
>             "_id": 8,
>             "_type": "vertex"
>         }
>     ],
>     "totalSize": 2
> }
> {
>     "results": [
>         {
>             "_id": "Q2v-4-4m",
>             "_type": "edge",
>             "_outV": 4,
>             "_inV": 8,
>             "_label": "collocated"
>         }
>     ],
>     "totalSize": 1
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)