You should be able to put the jars in the lib/ directory of the Storm install, on all machines, and then mark the dependency as provided on your side.
On Wed, Aug 27, 2014 at 11:15 AM, Simon Cooper < [email protected]> wrote: > I've just noticed STORM-447. We use several of storm's provided > dependencies in our topology code (namely curator, guava, and zookeeper via > kafka). With this pull request, would we have to supply our own copy of > these libraries in the topology jar? Would it be possible to still use > storm's versions in our topology code to reduce the size of the uploaded > jar? > > Thanks, > SimonC >
