You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/21 15:45:58 UTC

[jira] [Commented] (STORM-1916) Add ability for worker-first classpath

    [ https://issues.apache.org/jira/browse/STORM-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15342014#comment-15342014 ] 

ASF GitHub Bot commented on STORM-1916:
---------------------------------------

GitHub user knusbaum opened a pull request:

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

    STORM-1916: Add ability for worker-first classpath

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/knusbaum/incubator-storm STORM-1916

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1507.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 #1507
    
----
commit 50444bc15da839f0f88d94bcbd160601a6bdb373
Author: Kyle Nusbaum <ky...@gmail.com>
Date:   2016-06-17T17:59:06Z

    Working on cherry-pick

commit e197b0183c6a364b09f4d1b4c13694a4a6af1246
Author: Kyle Nusbaum <ky...@gmail.com>
Date:   2016-06-14T18:53:26Z

    Almost there.

commit 526178924e722bc9390c9453225a7811f1aa6e2e
Author: Kyle Nusbaum <ky...@gmail.com>
Date:   2016-06-17T18:10:04Z

    Doing pick.

commit 05b4aff8951265e5cfc3f58a7431db1a702aeddc
Author: Kyle Nusbaum <ky...@gmail.com>
Date:   2016-06-17T18:11:02Z

    Removing intermediate files.

commit 82e67600fc0cfb9c2110816508f4971e2e3f15ab
Author: Kyle Nusbaum <ky...@gmail.com>
Date:   2016-06-17T18:26:16Z

    Fixing stuff.

commit 193ab173c88e39b2167c688b4a613a4c14154bf1
Author: Kyle Nusbaum <ky...@gmail.com>
Date:   2016-06-21T15:43:47Z

    Adding user-first classpath.

----


> Add ability for worker-first classpath
> --------------------------------------
>
>                 Key: STORM-1916
>                 URL: https://issues.apache.org/jira/browse/STORM-1916
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Kyle Nusbaum
>            Assignee: Kyle Nusbaum
>
> Debugging in multi-tenant environments can be difficult, and having the ability to override the classpath can be helpful. We want a topology config that specifies an overriding classpath for a given topology. This config is disabled by default since users overriding the classpath is dangerous in a multi-tenant environment. The config can be temporarily enabled on Nimbus to allow submission of topologies with overridden classpaths. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)