[
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)