Hello,

 I don't know if that fits the your case but the standard way of submitting
a storm topology AFAIK is the StormSubmitter class. The class source is
located here
<https://github.com/apache/storm/blob/a4f9f8bc5b4ca85de487a0a868e519ddcb94e852/storm-core/src/jvm/org/apache/storm/StormSubmitter.java>
and a simple example here
<https://github.com/apache/storm/blob/a4f9f8bc5b4ca85de487a0a868e519ddcb94e852/examples/storm-starter/src/jvm/org/apache/storm/starter/util/StormRunner.java>
.

A.

On Wed, Mar 30, 2016 at 5:14 AM, John Fang <[email protected]>
wrote:

> What duplicate issue?
>
>
>
> *发件人:* Vineet Mishra [mailto:[email protected]]
> *发送时间:* 2016年3月30日 3:59
> *收件人:* [email protected]
> *主题:* Best way to Submit a Job to Storm Topology
>
>
>
> Hi All,
>
>
>
> Its been long since I have been not in touch with Storm and was looking
> out some standard way to submit a job/topology to the Storm.
>
>
>
> I was building the dependencies(using Kafka Spout as Input) using Maven
> but then landing up with duplicate issue while running the topology.
>
>
>
> Any leads would be appreciated.
>
>
>
> Thanks!
>
> VM
>

Reply via email to