[
https://issues.apache.org/jira/browse/S4-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238718#comment-13238718
]
Matthieu Morel commented on S4-38:
----------------------------------
I have implemented a simple tool for running the twitter example in
S4-22-rebased branch
See:
https://git-wip-us.apache.org/repos/asf?p=incubator-s4.git;a=blob;f=s4;h=a958cc2149cd54bb5d55bdda6522c013827c57f8;hb=8931c63c8957fcbd723cce6664d425d0ce3c6cfe
I added a set of classes in the s4-tools subproject for handling the different
tasks. They also include parameter parsing and validation through jcommander.
You can generate a proper script for running those tools by calling "gradle
s4-tools:installApp"
"s4" then simply calls this tool script with some parameters passed by the user.
> S4 command line utility
> -----------------------
>
> Key: S4-38
> URL: https://issues.apache.org/jira/browse/S4-38
> Project: Apache S4
> Issue Type: New Feature
> Affects Versions: 0.5
> Reporter: Leo Neumeyer
>
> I'd like to propose that we provide a command line utility similar to play in
> Play! Framework. The idea is to implement various common function using a
> single utility program. Examples:
> {code}
> > s4 build // builds an app
> > s4 load // loads an app to the cluster.
> > s4 unload // stops and unloads an app from the cluster
> > s4 stats // provide stats about a running cluster
> {code}
> We can start by modifying the Play script which is under Apache license.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira