【发布时间】:2014-02-26 16:12:56
【问题描述】:
我正在使用storm jar 类向“nimbus”提交拓扑。它在本地工作正常,但在远程集群上它说它无法加载主类。以下是错误
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#multiple_bindings for an explanation.
Error: Could not find or load main class ExclamationTopology
我在 CLI 上运行以下命令:
usr/local/storm/bin/storm jar /tmp/storm-starter.jar ExclamationTopology
【问题讨论】:
标签: java apache-storm