You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
I am new to Scala and SBT and used sbt-assembly plugin along with sbt to deploy metrics_storm and adding the .jar file generated to the class path of storm. However, now when I start storm using ./storm nimbus I get a classpath contains multiple SLF4J bindings error.
My question is: Is there some variant of storm that I need to be using to get around the multiple bindings error? Also, if the variant of storm is not an issue, could you give me some hints as to get around the multiple slf4j issue.