The Kafka dependency is not included in Spark Streaming to keep size down. Your project needs to express the dependency itself.
Hope this helps, Paul On Oct 11, 2013, at 3:14 PM, Ryan Weald wrote: > When pulling the latest (0.8.0-incubating) dependencies from maven I get a > compile error when I try and write a basic streaming job. The error produces > a large stack trace which you can find > here(https://gist.github.com/rweald/6942840) which seems to point to a lack > of a Kafka dependency. > > Has anyone else had this problem and is there a documented solution? > > Cheers > > -Ryan Weald
