-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0, 2.1.0
-
Component/s: None
-
Labels:
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/.
- links to