GitHub user revans2 opened a pull request:
https://github.com/apache/storm/pull/2910
STORM-3288: Fix issue with reources in jar files
Turns out that python has a common directory called `/pkg_resources/` which
gets mangled badly without this fix.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-3288
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2910.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 #2910
----
commit 5784eb1afc1ea911aeb639020f6c9afd7e414280
Author: Robert (Bobby) Evans <evans@...>
Date: 2018-11-16T16:02:47Z
STORM-3288: Fix issue with reources in jar files
----
---