Re: Kafka-Storm Run-time Exception

2014-06-05 Thread Abhishek Bhattacharjee
hi, thanks for the reply. I tried the solution although it is not working I am getting the same Exception. here's the output of my: >> mvn dependency:tree | grep "scala" [INFO] | +- org.scala-lang:scala-compiler:jar:2.9.2:compile [INFO] +- org.scala-lang:scala-library:jar:2.9.2:compile I don't

Re: Kafka-Storm Run-time Exception

2014-06-05 Thread Andrew Neilson
it's possible you have some other dependency using an earlier version of Scala. A common one to check for when using Kafka is jline 0.9.94, which comes through the zookeeper 3.3.4 dependency included with kafka_2.9.2-0.8.1 and has more than one dependency that uses scala 2.8.x. If this is where it

Kafka-Storm Run-time Exception

2014-06-05 Thread Abhishek Bhattacharjee
I am using kafka with storm. I am using maven to build my topology and I am using scala 2.9.2 same as I am using kafka_2.9.2_0.8.1. Topology build perfectly using maven. But hwn I submit the topology to storm I get the following Exception: java.lang.NoSuchMethodError: scala.Predef$.int2Integer(I)