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 Vittal (JIRA)" <ji...@apache.org> on 2013/11/07 11:33:18 UTC

[jira] [Updated] (FALCON-115) Add an API to return the dependency graph

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

Srikanth Vittal updated FALCON-115:
-----------------------------------

    Attachment: FALCON-114-r2.patch

Made the review changes.

[~shwethags] - Comparing in the first loop fails in findbug.

***********************
Why not compare in the first for loop itself?
+        for (int i = 0; i < keySet.length; i++) {
+            keys[i] = keySet[i].toString();
         }
+        for (int i = 0; i < keys.length; i++) {
+            if (keyToFind.equalsIgnoreCase(keys[i])) {
+                return i;
+            }
+        }
***********************


> Add an API to return the dependency graph
> -----------------------------------------
>
>                 Key: FALCON-115
>                 URL: https://issues.apache.org/jira/browse/FALCON-115
>             Project: Falcon
>          Issue Type: Sub-task
>          Components: general
>    Affects Versions: 0.4
>            Reporter: Srikanth Vittal
>            Assignee: Srikanth Vittal
>            Priority: Trivial
>         Attachments: FALCON-114-r2.patch, FALCON-115.r1.patch
>
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> Fetch the status of all entities and append it to the parent JSON file.



--
This message was sent by Atlassian JIRA
(v6.1#6144)