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

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

    [ https://issues.apache.org/jira/browse/FALCON-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14262211#comment-14262211 ] 

Srikanth Sundarrajan commented on FALCON-945:
---------------------------------------------

+1. Thanks, will commit this shortly

> 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
>            Priority: Critical
>         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)