Re: Spark Streaming action not triggered with Kafka inputs

2015-01-23 Thread Chen Song
Sorry this is meant to go to spark users. Ignore this thread. On Fri, Jan 23, 2015 at 2:25 PM, Chen Song wrote: > I am running into some problems with Spark Streaming when reading from > Kafka.I used Spark 1.2.0 built on CDH5. > The example is based on: > > https://github.com/apache/spark/blob/m

Spark Streaming action not triggered with Kafka inputs

2015-01-23 Thread Chen Song
I am running into some problems with Spark Streaming when reading from Kafka.I used Spark 1.2.0 built on CDH5. The example is based on: https://github.com/apache/spark/blob/master/examples/scala-2.10/src/main/scala/org/apache/spark/examples/streaming/KafkaWordCount.scala * It works with default imp