GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2566
STORM-2965 Interpret wildcard in classpath correctly when reading conâ¦
â¦fig from classpath
* also fix version pattern in SimpleVersion which parses version like
0.10.3 correctly
Manually tested with running Storm 1.2.1-rc1 topology.
@revans2 Please take a look. Thanks in advance.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2965
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2566.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 #2566
----
commit 2ea751da4c25024ef874228c82cb0ad747fa0285
Author: Jungtaek Lim <kabhwan@...>
Date: 2018-02-20T13:07:08Z
STORM-2965 Interpret wildcard in classpath correctly when reading config
from classpath
* also fix version pattern in SimpleVersion which parses version like
0.10.3 correctly
----
---