You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Komal Thombare <ko...@tcs.com> on 2014/05/22 07:44:30 UTC

Submitting jar to storm cluster using java

 Hi,

We submit storm jar to storm cluster using commandline, as 'storm jar'.

But how could it be done with the java client.

Thanks and Regards,

Komal Thombare

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



Re: Submitting jar to storm cluster using java

Posted by Richards Peter <hb...@gmail.com>.
Hi,

I made a similar query in storm-user google group. Please find the
discussion at:

https://groups.google.com/forum/#!searchin/storm-user/Can$20we$20submit$20the$20topology$20jar$20without$20using$20storm$20command/storm-user/5JjZQyviRqk/TGRCgciHKWwJ

Hope this helps,
Richards Peter.

Re: Submitting jar to storm cluster using java

Posted by David Miller <da...@m-square.com.au>.
StormSubmitter.submitJar

https://github.com/apache/incubator-storm/blob/master/storm-core/src/jvm/backtype/storm/StormSubmitter.java#L230


On 22 May 2014, at 3:44 pm, Komal Thombare <ko...@tcs.com> wrote:

> Hi,
> 
> We submit storm jar to storm cluster using commandline, as 'storm jar'.
> 
> But how could it be done with the java client.
> 
> Thanks and Regards,
> 
> Komal Thombare
> 
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain 
> confidential or privileged information. If you are 
> not the intended recipient, any dissemination, use, 
> review, distribution, printing or copying of the 
> information contained in this e-mail message 
> and/or attachments to it are strictly prohibited. If 
> you have received this communication in error, 
> please notify us by reply e-mail or telephone and 
> immediately and permanently delete the message 
> and any attachments. Thank you
> 
>