I use the class storm jarto send the Topology to `nimbus'. It works fine locally, but on the remote cluster, it says it cannot load the main class. Below is the error
stderr: SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/local/storm-0.9.0.1/lib/logback-classic-1.0.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/storm-starter.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html
Error: Could not find or load main class ExclamationTopology
I run the following command in the CLI:
usr/local/storm/bin/storm jar /tmp/storm-starter.jar ExclamationTopology
source
share