Can't you just run the storm jar command multiple times? Part of the
command is the class you want to run to submit the topology. If you have
e.g. a main class com.mycompany.TopologyA and com.mycompany.TopologyB, just
run storm jar once for com.mycompany.TopologyA and once for
com.mycompany.TopologyB.

2018-04-24 19:13 GMT+02:00 Raju Rawat <[email protected]>:

> Hi,
>
> How to submit multiple topologies present in the single jar to storm
> cluster one by one through command line and jar build using maven.
>
> Regards,
> Raju
>

Reply via email to