[
https://issues.apache.org/jira/browse/STORM-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated STORM-3613:
----------------------------------
Labels: pull-request-available (was: )
> storm.py should include lib-worker instead of lib directory in the classpath
> while submitting a topology
> --------------------------------------------------------------------------------------------------------
>
> Key: STORM-3613
> URL: https://issues.apache.org/jira/browse/STORM-3613
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 2.0.0, 2.1.0
> Reporter: Ethan Li
> Assignee: Ethan Li
> Priority: Major
> Labels: pull-request-available
>
> Currently the classpath is:
> {code:java}
> -cp
> /<path>/storm/2.2.0/*:/<path>/storm/2.2.0/lib/*:/<path>/storm/2.2.0/extlib/*:/tmp/storm-examples-1.0-SNAPSHOT.jar:/<path>/storm/2.2.0/conf:/<path>/storm/2.2.0/bin:
>
> {code}
> for "storm jar" command.
> It should include lib-worker/ instead of lib/.
> This can cause problems because we don't shade deps in lib/ so topology jar
> could conflict with jars in lib/.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)