You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by revans2 <gi...@git.apache.org> on 2018/11/16 16:19:58 UTC

[GitHub] storm pull request #2910: STORM-3288: Fix issue with reources in jar files

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 <ev...@...>
Date:   2018-11-16T16:02:47Z

    STORM-3288: Fix issue with reources in jar files

----


---

[GitHub] storm pull request #2910: STORM-3288: Fix issue with reources in jar files

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2910


---