Hi, I have downloaded kafka-0.8.0-src.tgz<https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.0/kafka-0.8.0-src.tgz>, and executed the sbt update, sbt package "++ 2.10.1 package", and the assembly dependency. Modified the scala-version in kafka-run-class.sh to 2.10.1. Upon starting zookeepr, I get a "Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain". When I switch it to a 2.8.0 it works fine. Can you please point out what Iam missing here?
Regards, Sridhar.