Abhishek, Can you explain whats your use case and the need for uploading multiple jars without packaging together. As others have noted since storm expected to have multiple topologies in ordered to prevent dependency conflicts across the topologies its better to submit one jar with all of its dependencies included in the jar.
Thanks, Harsha On July 29, 2015 at 11:57:19 PM, Abhishek Agarwal ([email protected]) wrote: Currently, as far as I know one has to package all the dependencies into one jar and then submit it along with topology class. StormSubmitter interface also allows only one jar. Is there any particular reason for this limitation? We have a use case where we want to upload more than one jar without packaging them together. How could this be achieved? -- Regards, Abhishek Agarwal
