Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0, 2.1.0
-
None
Description
Currently the classpath is:
-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:
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/.
Attachments
Issue Links
- links to