Re: Whats the alternative to creating a fat jar for topology deployment

2015-05-22 Thread Jeffery Maass
Matthias : Good suggestion! On Thu, May 21, 2015 at 9:32 AM, Matthias J. Sax mj...@informatik.hu-berlin.de wrote: You can put your dependency jars into Storm's jar folder (eg /opt/storm-0.9.4/lib/). -Matthias On 05/21/2015 04:16 PM, rajesh_kall...@dellteam.com wrote: *Dell - Internal

Re: Whats the alternative to creating a fat jar for topology deployment

2015-05-21 Thread Mark Reddy
If you are developing locally you could always use local mode to quickly test your changes. https://storm.apache.org/documentation/Local-mode.html Regards, Mark On 21 May 2015 at 00:51, rajesh_kall...@dellteam.com wrote: *Dell - Internal Use - Confidential * I am tired of waiting to build

RE: Whats the alternative to creating a fat jar for topology deployment

2015-05-21 Thread Rajesh_Kalluri
Dell - Internal Use - Confidential I am aware of the local mode, was looking for alternatives of on the cluster testing. From: Mark Reddy [mailto:mark.l.re...@gmail.com] Sent: Thursday, May 21, 2015 2:37 AM To: user@storm.apache.org Subject: Re: Whats the alternative to creating a fat jar for

Whats the alternative to creating a fat jar for topology deployment

2015-05-20 Thread Rajesh_Kalluri
Dell - Internal Use - Confidential I am tired of waiting to build and upload my fat jar to the storm cluster. If I am only changing logic and not dependencies, during debugging. What are my options. Can I create two jars, one for dependencies and one for the topology code. Anyone done this