You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Venkatesh Seetharam (JIRA)" <ji...@apache.org> on 2014/03/26 17:23:14 UTC

[jira] [Commented] (FALCON-380) The dependency option doesn't mention input or output for a feed

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

Venkatesh Seetharam commented on FALCON-380:
--------------------------------------------

{code}
+        if (!entity.getEntityType().equals(EntityType.CLUSTER)
+                && dependentEntity.getEntityType().equals(EntityType.PROCESS)) {
+            if (dependentEntity.getEntityType().equals(EntityType.PROCESS)) {
{code}

Redundant if?

status is empty? 

> The dependency option doesn't mention input or output for a feed
> ----------------------------------------------------------------
>
>                 Key: FALCON-380
>                 URL: https://issues.apache.org/jira/browse/FALCON-380
>             Project: Falcon
>          Issue Type: Improvement
>            Reporter: Suhas Vasu
>            Assignee: Suhas Vasu
>         Attachments: FALCON-380.patch
>
>
> The dependency option gives us output in the form - 
> Ex: 
> falcon entity -type process -name p1 -dependency
> (cluster) local
> (feed) a
> (feed) b
> (feed) c
> Now to find which are input feeds and which are output feeds I would have to open the definition of the process and check.
> Instead it would be very helpful if we could get this information in the CLI output itself.



--
This message was sent by Atlassian JIRA
(v6.2#6252)