GitHub user ManoharVanam opened a pull request:
https://github.com/apache/storm/pull/2713
[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.
Note : Back porting STORM-3094-fix from master to 1.x-branch
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ManoharVanam/storm storm-3094-1x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2713.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 #2713
----
commit 20333545ca256b90bc3dbb9a0c3ee321d8e9d086
Author: Manohar Vanam <manohar.crazy09@...>
Date: 2018-06-13T14:08:04Z
[STORM-3094] : Added topology name validation at client side
----
---