You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Adam Kawa (JIRA)" <ji...@apache.org> on 2014/12/12 10:30:13 UTC

[jira] [Updated] (FALCON-945) Fix broken lineage feature in Web-UI

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

Adam Kawa updated FALCON-945:
-----------------------------
    Attachment: FALCON-945.patch

> Fix broken lineage feature in Web-UI
> ------------------------------------
>
>                 Key: FALCON-945
>                 URL: https://issues.apache.org/jira/browse/FALCON-945
>             Project: Falcon
>          Issue Type: Bug
>          Components: webapp
>    Affects Versions: 0.6, trunk
>            Reporter: Adam Kawa
>         Attachments: FALCON-945.patch
>
>
> The "lineage" link available next to process instance doesn't show the graph when it's clicked. Instead it displays error message.
> The reason is that the html5-ui/js/falcon-lineage.js file sends requests to 
> {code}
>   var PREFIX = '/api/graphs/lineage';
> {code}
> while the expected prefix is /api/metadata/lineage.
> I will send a patch soon (this is "one-liner").
> Btw, the lineage feature is really nice!



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