Hey all, *How can I run storm topology with additional classpath?*
My output directory is as follows: 1. myapp.jar (The manifest's classpath contains the config & lib dir) 2. lib - (directory) 3. conf -(directory) *There are the following solutions for this problem (which are not good for me- I am not sure that it's best practice):* 1. pack those files within the jar. 2. Put those files in storm lib. 3. Use CMDB like puppet for deployment of those dependencies in a specific location, adding those dependencies to the classpath using jvm param 4. Edit https://github.com/apache/incubator-storm/blob/master/bin/storm that it will use the additional classpath *If you have another solutions, they will be welcomed :-)* *References:* *1. **https://groups.google.com/forum/#!topic/storm-user/YqNr82Y3Nac <https://groups.google.com/forum/#!topic/storm-user/YqNr82Y3Nac>* *2. **http://stackoverflow.com/questions/22118213/problems-running-storm-with-additional-classpath <http://stackoverflow.com/questions/22118213/problems-running-storm-with-additional-classpath>* Thanks in advance, Amikam.
