Taylor,
Wondering, by bundling the jars within the topology, does it mean we should
deploy the topology with all maven dependencies for that particular.
Am i correct in my understanding?
On Fri, Feb 7, 2014 at 8:45 PM, P. Taylor Goetz <ptgoetz@gmail.com> wrote:
> Bijoy,
>
> Out of curiosity, why can't you bundle your dependencies with the topology
> jar?
>
> If you have to then you can put your topology dependencies in
> $STORM_HOME/lib, but you should be careful with replacing Storm's core
> dependencies since it could lead to unpredictable results.
>
> - Taylor
>
> On Feb 7, 2014, at 8:48 AM, bijoy deb <bijoy.computers@gmail.com> wrote:
>
> > Hi,
> >
> > Is there any way to add a specific directory to the Storm classpath
> rather than copying the required jars to Storm lib directory.For
> me,bundling the required jars with the actual topology jar is not an option?
> >
> > Can I add a directory (of jars) into the Storm lib rather than copying
> the actual jar files there?
> >
> >
> > Thanks
> > Bijoy
>
>
|