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