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:24:13 UTC

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

Adam Kawa created FALCON-945:
--------------------------------

             Summary: 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


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)