You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2016/05/31 07:05:12 UTC

[jira] [Resolved] (ATLAS-839) NEW UI: lineage is broken

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

Madhan Neethiraj resolved ATLAS-839.
------------------------------------
    Resolution: Fixed

Per [~yhemanth]'s comment earlier, this issue is resolved with commit for ATLAS-821. Please reopen if the issue still reproduces.

> NEW UI: lineage is broken
> -------------------------
>
>                 Key: ATLAS-839
>                 URL: https://issues.apache.org/jira/browse/ATLAS-839
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.7-incubating
>            Reporter: Ayub Khan
>            Priority: Blocker
>             Fix For: 0.7-incubating
>
>
> Create CTAS and verify lineage is properly shown.
> API response:
> {noformat}
> curl 'http://os-r6-ptjzcs-atlas-re-3.openstacklocal:21000/api/atlas/lineage/d8560413-ede5-44d8-87fe-b07babe42e5f/inputs/graph' -H 'Cookie: JSESSIONID=ormtreqziity1btcyfucl0f6l' -H 'Accept-Encoding: gzip, deflate, sdch' -H 'Accept-Language: en-US,en;q=0.8' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'Referer: http://os-r6-ptjzcs-atlas-re-3.openstacklocal:21000/index.html' -H 'X-Requested-With: XMLHttpRequest' -H 'Connection: keep-alive' --compressed | python -m json.tool
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                  Dload  Upload   Total   Spent    Left  Speed
> 100  1166    0  1166    0     0    496      0 --:--:--  0:00:02 --:--:--   495
> {
>     "requestId": "qtp1659791576-13 - 75caf5fb-ae78-499f-bdd3-b94db528959c",
>     "results": {
>         "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
>         "typeName": "__tempQueryResultStruct117",
>         "values": {
>             "edges": {
>                 "300f87d7-9869-42a5-85ad-bfa9c64e76e9": [
>                     "9ec24f42-9606-43d6-bca2-63034e30a6ad"
>                 ],
>                 "d8560413-ede5-44d8-87fe-b07babe42e5f": [
>                     "300f87d7-9869-42a5-85ad-bfa9c64e76e9"
>                 ]
>             },
>             "vertices": {
>                 "9ec24f42-9606-43d6-bca2-63034e30a6ad": {
>                     "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
>                     "typeName": "__tempQueryResultStruct116",
>                     "values": {
>                         "name": "default.t1@cl1",
>                         "vertexId": {
>                             "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
>                             "typeName": "__IdType",
>                             "values": {
>                                 "guid": "9ec24f42-9606-43d6-bca2-63034e30a6ad",
>                                 "typeName": "hive_table"
>                             }
>                         }
>                     }
>                 },
>                 "d8560413-ede5-44d8-87fe-b07babe42e5f": {
>                     "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
>                     "typeName": "__tempQueryResultStruct116",
>                     "values": {
>                         "name": "default.t3@cl1",
>                         "vertexId": {
>                             "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
>                             "typeName": "__IdType",
>                             "values": {
>                                 "guid": "d8560413-ede5-44d8-87fe-b07babe42e5f",
>                                 "typeName": "hive_table"
>                             }
>                         }
>                     }
>                 }
>             }
>         }
>     }
> }
> {noformat}
> UI snapshot: https://monosnap.com/file/zgopA9YxJqkpuGOFMNDQZQM3JlVUhf



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