[
https://issues.apache.org/jira/browse/STORM-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Li resolved STORM-3613.
-----------------------------
Fix Version/s: 2.1.1
2.2.0
Resolution: Fixed
Merged to master and 2.1.x-branch
> 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
> Fix For: 2.2.0, 2.1.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)