[
https://issues.apache.org/jira/browse/STORM-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Kellogg updated STORM-327:
-------------------------------
Component/s: storm-core
> command-line interface for Storm and provide some lkind of Script to
> assemble and install topology
> -----------------------------------------------------------------------------------------------------
>
> Key: STORM-327
> URL: https://issues.apache.org/jira/browse/STORM-327
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: caofangkun
> Priority: Minor
> Attachments: screenshot-1.jpg
>
>
> {code}
> > set topology.name=test_topology;
> > set storm.jar=./storm-example-0.9.0.jar;
> > add jar storm-example-0.9.0.jar;
> > REGISTER spout=SPOUT("storm.starter.spout.RandomSentenceSpout", 5);
> > REGISTER split=BOLT("storm.starter.WordCountTopology$SplitSentence",
> > 8).SHUFFLE("spout");
> > REGISTER count=BOLT("storm.starter.WordCountTopology$WordCount",
> > 12).FIELDS("split", "word");
> > submit;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)