I haven't had to deal with this problem specifically and don't know if
there is a storm specific solution, but the general Java way of dealing
with projects who have conflicting dependencies would be to either exclude
one of the conflicting dependencies using maven and see if it works,
otherwise re
Hello
Anyone encountered the following issue and any workaround? Our Storm
topology was written in Clojure.
Our team is upgrading one of our storm topology from using cassandra 1.2 to
cassandra 2.0, and we have found one problem that is difficult to tackle