GitHub user ManoharVanam opened a pull request:
https://github.com/apache/storm/pull/2703
[STORM-3094] : Added topology name validation at client side
Current Behavior : Execute topology with invalid topology name is throwing
exception after uploading the jar.
Improvement : Validating topology name at client side before uploading the
jar.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ManoharVanam/storm STORM-3094
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2703.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2703
----
commit 45a8f3218c96738af075e7e984239a88b34eff01
Author: Manohar Vanam <manohar.crazy09@...>
Date: 2018-06-05T18:37:30Z
[STORM-3094] : Added topology name validation at client side
----
---