Details
Description
Lets say we create a Topology 1 with version 1 of the uber Jar namely Topololog1V1.jar
We submit this jar and the Topology1 is shown in Storm UI
We then do changes and now have another version of the Topology 1 which is Topology1V2.jar
We submit this jar and the Topology1 is again shown in the Storm UI
In both case we can't find which version of the code are we running without actually logging in to the Storm Supervisor instance and find the process start parameters.
Can this start parameters be made available in the UI so that we can easily find which version of the code are we running for the topology?