[
https://issues.apache.org/jira/browse/FALCON-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970696#comment-13970696
]
Shwetha G S commented on FALCON-380:
------------------------------------
+ o.status = "";
set to null. It doesn't make sense to set default value to empty string
+ if (org.apache.commons.lang.StringUtils.isNotEmpty(status)) {
+ outString += "(" + status + ")";
+ }
remove full package name
Can you simplify the conditions in getEntityTag()?
> 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-v2.patch, 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)