[
https://issues.apache.org/jira/browse/FALCON-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13734371#comment-13734371
]
Srikanth Sundarrajan commented on FALCON-80:
--------------------------------------------
Sorry if my previous comment was confusing. My suggestions were
1. Make the command line argument in Main based on switch as opposed to
positional arguments. Positional arguments tend to have backward compatibility
issues. Standard CLI using commons-cli provides you positional independence of
the arguments as well as make it easy to share usage details with the user
2. falcon-start has the following code in the new patch
{code}
+START_ACTIVEMQ=true
+
+if [ "$#" -eq 1 ]; then
+ START_ACTIVEMQ=$1
+fi
{code}
Would prefer that we dont do any special handling in the falcon-start for
active-mq, instead it would be better to pass all the command line args to the
Main class and have it figure out how to use/interpret them.
Makes sense ?
> Option in falcon-start to not start embedded activemq
> -----------------------------------------------------
>
> Key: FALCON-80
> URL: https://issues.apache.org/jira/browse/FALCON-80
> Project: Falcon
> Issue Type: Improvement
> Reporter: Shwetha G S
> Assignee: Shwetha G S
> Attachments: FALCON-80.patch
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira